-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Master Read Only Key Not Working #839
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
Can you provide you double check your server configuration please? |
@danielchangsoojones in order to have a properly functional read only setup in the dashboard you need. Parse Dashboard Config:
Then on parse-server:
|
Getting same issue...
Dashboard config:
|
@adolfdsilva what version of the dashboard and the server are you running? |
Hey @flovilmart can you please help...I'm still stuck here :( |
Can you provide a screenshot of the dashboard at the app selector page? Also, can you provide the screenshots of the errors you see? I find it curious as we’re running it in production without any issue. |
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. |
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
[x ] You're running version >=1.0.23 of Parse Dashboard.
[x ] You're running version >=2.3.2 of Parse Server.
[ x] You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Environment Setup
Steps to reproduce
Logs/Trace
Note: If you get a browser JS error please run
npm run dev
. This will provide source maps and a much more useful stack trace.Read Only Master Key does not work with the newest Parse Server version. I tried setting up a read only Parse Dashboard with a Read Only Master Key. However, it continually would give me the error that I needed a Master Key to be authorized, even though I was passing the Master Key and the Read Only Master Key. I then changed my actual Parse Server's project version to "parse-server": "~2.7.2" in the dependencies of the package.json file. Then, when I ran the Parse Dashboard again, it finally worked. So, the Parse Server was the actual problem when using Read Only Master Keys. I hope this gets fixed one day, but for now I will just stay on the 2.7.2 version of Parse Server for read only keys.
The text was updated successfully, but these errors were encountered: