-
-
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
when starting parse it complains about not finding a database #2160
Comments
Hello @gbtommasi! I have the same problem on Ubuntu 16.04. Did you find any solution for this issue? |
Yea, you need to set the databaseURI property when starting parse, in my case it is: mongodb://localhost/test hope it helps! |
Thanks, databaseURI param solved my problem. |
hey guys just wanted to know one thing |
databaseURI must be a valid URI to an existing mongodb database |
On Mac Os El Capitan, when starting parse with command:
parse-server --appId MYAPP --masterKey MYKEY
it gives this error. Mongoldb seems to be correctly running, though:
/usr/local/lib/node_modules/parse-server/lib/ParseServer.js:239
throw 'When using an explicit database adapter, you must also use and explicit filesAdapter.';
^
When using an explicit database adapter, you must also use and explicit filesAdapter.
I am a newbie to parse, maybe I am missing something
thanks for the help
The text was updated successfully, but these errors were encountered: