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

Mongodb no longer support useFindAndModify, and useCreateIndex #4

Open
Isaiah-code2035 opened this issue Feb 13, 2022 · 2 comments
Open

Comments

@Isaiah-code2035
Copy link

Isaiah-code2035 commented Feb 13, 2022

They are no longer supported by MongoDb
in the database,js file, useCreateIndex: true, useFindAndModify: false, this can cause a failure in connecting to the database

@DEDaniel
Copy link
Contributor

I noticed the same while taking a look at the repository and addressed it with the PR here #5

@alexgy1
Copy link

alexgy1 commented Sep 26, 2022

They are no longer supported by MongoDb in the database,js file, useCreateIndex: true, useFindAndModify: false, this can cause a failure in connecting to the database

I comment out these two line , that works fine for me

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

3 participants