Skip to content

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

Closed
@natanrolnik

Description

@natanrolnik

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions