-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Error not handle properly MongoError: quota exceeded
#5005
Comments
Thanks for reporting the issue. The error is just thrown back, as it is. I’m not sure what the issue is. You shared the logs that actually show that the error is properly logged. |
I am planning to upgrade to parse-server v3.0.0 next month. May I check with you what is the latest MondoDB version supported? I am planning to upgrade my mLab Mongo DB from 3.2.10 to 3.4.16. Where can I find the supported mongoDB version on parse website? |
All versions of mongodb are supported. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Issue Description:
Database server raised an error
MongoError: quota exceeded
. It is not handle in parse server.Expected Results:
Parse server should throw this error. Parse server expecting Error object but there is no check for it. mongo server throws string as
MongoError: quota exceeded
.Actual Outcome:
Exact error should be logged
Environment Setup
Logs/Trace
I have added below code to fix for now
Just want to confirm is that, whatever is fixed is correct or should be handle in different way.
Thanks
The text was updated successfully, but these errors were encountered: