You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: You need to provide a readOnlyMasterKey to use read-only features.
at /src/Parse-Dashboard/app.js:111:19
at Array.map (native)
at /src/Parse-Dashboard/app.js:108:39
After logging in to the parse-dashboard, it says server error as image below
After I specify the readOnlyMasterKey (same readOnlyMasterKey as when we start parse-server) in the "apps": [{"...": "..."}], the error is gone. I think we need to update the guide line.
After I specify the readOnlyMasterKey (same readOnlyMasterKey as when we start parse-server) in the "apps": [{"...": "..."}], the error is gone. I think we need to update the guide line
So in both cases, I think we need to update the guideline to include the readOnlyMasterKey in the "apps": [{"...": "..."}]. Do I understand correctly ?
Thanks
The text was updated successfully, but these errors were encountered:
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
You're running version =1.1.2 of Parse Dashboard.
You're running version =2.6.5 of Parse Server.
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.I found two guideline issues when following the guide for new feature readonly users:
After logging in to the parse-dashboard, it says server error as image below

After I specify the readOnlyMasterKey (same readOnlyMasterKey as when we start parse-server) in the "apps": [{"...": "..."}], the error is gone. I think we need to update the guide line.
After I specify the readOnlyMasterKey (same readOnlyMasterKey as when we start parse-server) in the "apps": [{"...": "..."}], the error is gone. I think we need to update the guide line
So in both cases, I think we need to update the guideline to include the readOnlyMasterKey in the "apps": [{"...": "..."}]. Do I understand correctly ?
Thanks
The text was updated successfully, but these errors were encountered: