Skip to content

Cannot acess Dashboard #704

Closed
Closed
@lipesmile

Description

@lipesmile

I've set up of Parse-Server with mongodb on same instance, in amazon, EC2.

I can't get acess to parse-dashboard because I didn't install SSL certificate, so I used nginx + Let's Encrypt to solve this.

But now when I try to acess parse-server I get:

Cannot Get login

How to solve this ? Here is my dashboard config:

{
  "apps": [
    {
        "serverURL": "http://mysvrurl/parse", 
        "appId": "myappid",
        "masterKey": "mykey",
        "appName": "appname"
    }
  ],
  "users": [
    {
      "user":"user", 
      "pass":"p@ssw0rd"
    }

I looked the issues like this, but I didn't find the awnser

Metadata

Metadata

Assignees

No one assigned

    Labels

    state:wont-fixWon’t be fixed with a clearly stated reason

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions