Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use connection instead of "mongoose" to create the Schema #138

Open
chumager opened this issue Jan 7, 2024 · 1 comment
Open

Use connection instead of "mongoose" to create the Schema #138

chumager opened this issue Jan 7, 2024 · 1 comment

Comments

@chumager
Copy link

chumager commented Jan 7, 2024

Hi...

In your code you expect a "mongoose connection" but internally you use mongoose module to create the schema, that makes problems with other plugins.

Can you please use the same mongoose connection to create the schema and set the model?

Thanks in advance and best regards.

@ramiel
Copy link
Owner

ramiel commented Jan 8, 2024

Hello @chumager , this code is not actively maintained as stated in the README. Untile somebody takes over the maintenance, you're free to send a PR and I'll review it. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants