while creating an instance of parse server on AWS, I see the configuration.
var api = new ParseServer({
databaseURI: "mongodb://root:gzkThVPNmUS5@127.0.0.1:27017/bitnami_parse",
cloud: "./node_modules/parse-server/lib/cloud-code/Parse.Cloud.js",
appId: "XXXXXXXaef",
masterKey: "XXXXX33150",
fileKey: "XXXXXXX7073",
serverURL: "http://XXXXX.us-west-2.compute.amazonaws.com:80/parse"
});
But the issue is when I use the serverURL to my web browser, it asks user and password which I do know. I tried my user name and password from AWS but it does not allow me to log in to the parse dashboard.
Can anybody help me with this?