Closed ghost closed 5 years ago
This seems to be related to this PR from 10 days ago:
And to this commit:
@BenniPlejd
In my haste to get out the security fix yesterday, I made the mistake of adding the patch to master instead of to 3.4.0. I'll get 3.4.2 ready now to resolve this, and then we can figure out what to do about #5627.
Same issue on a VPS hosted on DO. Glad to hear you identify the issue quickly
Issue Description
When running the latest version of parse-server (3.4.1) an Error is thrown if using a database hosted in mLab, and the application fails to start.
This seems to happen due to a change for MongoStorageAdapter, where the performInitialization method now tries to run the
serverStatus
MongoDB command.Since mLab doesn't allow running this command the following Error is thrown:
Unfortunately it doesn't look like it's possible to re-configure the mLab database to allow this request, making it impossible to run the latest version of parse-server together with it.
Steps to reproduce
serverStatus
command.Expected Results
Actual Outcome
Environment Setup
Server
Database
Logs/Trace