Description
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.