Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
Steps to reproduce
Open the Config section in the dashboard for a Parse app, and make sure that a few items are there. Also, make a GET on /config (make sure that the Master toggle is on) and see the underlying JSON. Now, still in your hosted dashboard, open the same app, but pointing to the server on api.parse.com/1. When executing /config with master enabled, the results come normally, meaning that the master key is setup correctly.
I opened the web inspector and saw this:


You can see that Safari and Chrome show the type of the request as POST, even though that ConfigStore requests a get from the JS SDK.
Could that be an issue on the Parse JS SDK?
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
Steps to reproduce
Open the Config section in the dashboard for a Parse app, and make sure that a few items are there. Also, make a
GETon/config(make sure that the Master toggle is on) and see the underlying JSON. Now, still in your hosted dashboard, open the same app, but pointing to the server onapi.parse.com/1. When executing/configwith master enabled, the results come normally, meaning that the master key is setup correctly.I opened the web inspector and saw this:
You can see that Safari and Chrome show the type of the request as
POST, even though thatConfigStorerequests a get from the JS SDK.Could that be an issue on the Parse JS SDK?