-
Hello! Readme.md says that "next-auth-mongoose-mongodb" is under construction, is there something already started or do you just have plans to do so? I didn't find the specified branch...
Thanks!
-
The new type-util is in[ mongoose 8.7.3](https://github.com/Automattic/mongoose/pull/14981)
-
deno 1.36.4 (release, x86_64-pc-windows-msvc)
v8 11.6.189.12
typescript 5.1.6
```typescript
import mongoose from "npm:mongoose";
await mongoose.connect("URI");
```
That's all my code, the e…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the bug has not already been reported
### Mongoose version
8
### Node.js…
-
Could you please provide the .env file and running configuration for the server? Also db setup?
-
Hi
I'm new to Mongoose and thought I try to use mongoose-zod, as it looks pretty nice :D
However, npm is reporting only version 6 of Mongoose is supported. Is this correct / will it break if I u…
-
-
### Contact Details
_No response_
### What happened?
After starting application I receive this error: There are no adapters supporting one of the resource you provided.
I'm using @adminjs/mo…
-
MongooseIM version: 3.2.0
Installed from: source
Erlang/OTP version: 21
This is probably just my ignorance but I haven't been able to get listeners working on multiple SSL enabled hosts. I have t…
-
During this milestone, I will be working on implementing this feature by creating/updating my:
- [ ] Define a basic Mongoose Schema
- [ ] Create a basic User Model
- [ ] Validate the properties …