Skip to content
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

Error loading Config in Dashboard from apps pointing to api.parse.com/1 #339

Closed
3 tasks done
natanrolnik opened this issue May 12, 2016 · 0 comments · Fixed by #575
Closed
3 tasks done

Error loading Config in Dashboard from apps pointing to api.parse.com/1 #339

natanrolnik opened this issue May 12, 2016 · 0 comments · Fixed by #575

Comments

@natanrolnik
Copy link
Contributor

Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!

  • Version 2.2.7 of Parse Server
  • Same app hosted also on Parse.com
  • You've searched through existing issues. Chances are that your issue has been reported or resolved before.

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:

captura de tela 2016-05-12 as 22 02 39

captura de tela 2016-05-12 as 22 15 47

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant