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

Issue on appName with apostrophe #319

Closed
kwstasna opened this issue May 4, 2016 · 1 comment
Closed

Issue on appName with apostrophe #319

kwstasna opened this issue May 4, 2016 · 1 comment

Comments

@kwstasna
Copy link
Contributor

kwstasna commented May 4, 2016

  • [ x] You're running version >=2.1.4 of Parse Server.
  • [x ] You've searched through existing issues. Chances are that your issue has been reported or resolved before.

Environment Setup

Ubuntu
Parse-Dashboard v 1.0.10
Parse-Server v 2.2.7

Steps to reproduce

{
  "apps": [
    {
      "serverURL": "http://SOMEIP.com:1337/parse",
      "appId": "SomeAPPID",
      "masterKey": "SomeMASTERKEY",
      "appName": "Self'it"  //here is the issue
    }
  ],
"users": [
    {
      "user":"user",
      "pass":"pass"
    },
    {
      "user":"user1",
      "pass":"pass"
    }
  ]

So Parse-Dashboard has one problem. If i put on "appName" : "Self'it"
i cant get inside the App and see the tables. But when i change the name to "Selfit" i can get inside. The issue is the apostrophe!
Just saying that maybe someone will get this issue and would like to find out what is causing the problem.

Dont know if there is anything that you can do about it!

drew-gross added a commit to drew-gross/parse-dashboard that referenced this issue May 6, 2016
@drew-gross
Copy link
Contributor

This will be fixed in the next version.

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

No branches or pull requests

2 participants