We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Been upgrading our project and noticed autopopulate stopped working for us when populating after save.
Have just pulled this repo and ran the tests using mongoose 6.2.4. MongoDB is 5.0.6
Tests are failing like so. Am digging in but not quite sure what's going on
The text was updated successfully, but these errors were encountered:
Same issue here, not really from 6.2.4, the autopuplate has issues started from 6.1.0, https://github.com/Automattic/mongoose/releases/tag/6.1.0
I have downgraded to 6.0.15, which still works.
Sorry, something went wrong.
Fix post save hook to work with mongoose 6.2 resolving issue mongodb-…
69ad238
…js#94
a532450
Fix is in v0.16.1 👍
No branches or pull requests
Been upgrading our project and noticed autopopulate stopped working for us when populating after save.
Have just pulled this repo and ran the tests using mongoose 6.2.4. MongoDB is 5.0.6
Tests are failing like so. Am digging in but not quite sure what's going on
The text was updated successfully, but these errors were encountered: