-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Server not reachable: unauthorized: master key is required #2349
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
Comments
Thanks for opening this issue!
|
You might need to set masterKeyIps depending on your Parse Server version |
@dblythy Thanks for your answer. Maybe,i have solved this error by run
This error occurred, when i run npm in parse-server
|
Can we improve anything in the error message here to make this clearer for the developer? I think this is the 3rd issue I came across recently where |
Could we add a log to the server side such as |
Yes, I think it's good to keep it deliberately ambiguous and only log server side.
|
@zhangwb1996 just a note that your post above includes sensitive information such as master key; if you decide to publish your app it would be good to change these keys. |
its ok, this is a demo for starting parse-server |
this error occured again today, solved by adding a matched startup param: |
This will be fixed by parse-community/parse-server#8351 |
Closing via parse-community/parse-server#8351 |
Hello!
i install parse-dashboard and parse-server on ubuntu server according to Deploying on AWS EC2 Ubuntu using PostgreSQL.then, parse-dashboard works well.
Then i install parse-server from source code and run
npm start -- --appId UE7SmtidKby874Q8l2Vaq0FWFu5k6lcUiPisAEnV --masterKey BOyE27IdB8GKT0Jw5nTUmqoSWDfBAdc6PCOwCwqM --databaseURI postgres://postgres:[email protected]:5432/postgres --serverURL http://192.168.101.5:1337/parse
on windows, parse-server startup without any error.But when i restart parse-dashboard and login,the parse-server from source show one Error:
and the page of parse-dashboard show: Server not reachable: unauthorized: master key is required

there are json files:
parse-dashboard-config.json on ubuntu server
config.json on ubuntu server
config.json from source on windows,(maybe it doesnt work)
The text was updated successfully, but these errors were encountered: