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

I am having problem in adding parse-dashboard to my server its running but when i am opening the link its not then #1244

Closed
3 tasks
HemanParbhakar opened this issue Mar 29, 2016 · 13 comments

Comments

@HemanParbhakar
Copy link

For implementation related questions or technical support, please refer to the Stack Overflow and Server Fault communities.

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

Environment Setup

Steps to reproduce

Logs/Trace

@drew-gross
Copy link
Contributor

Can you provide some more details about the exact issue you are seeing and how you installed the dashboard?

@HemanParbhakar
Copy link
Author

Actually i have configured the parse dashboard and ssl installed too but when i open my server its give an error can only be accessed using https

@drew-gross
Copy link
Contributor

Are you using early SSL termination? If you are terminating SSL early, the dashboard will think it's being accessed over HTTP, which is unsafe. If you are terminating SSL early, and have disabled HTTP connections, you can safely use the --allowInsecureHTTP=1 option to disable the security check.

@HemanParbhakar
Copy link
Author

--allowInsecureHTTP=1 how can i do this

@drew-gross
Copy link
Contributor

You pass it as an option on the command line when you launch the dashboard, or put it in an environment variable. You can also run the dashboard locally, which I think is the safest and easiest option.

@HemanParbhakar
Copy link
Author

i have done it now i am facing this error "Configure a user to access Parse Dashboard remotely"

@drew-gross
Copy link
Contributor

Check the readme for how to do that.

@AaronLiang
Copy link

I faced the same issue: "Configure a user to access Parse Dashboard remotely". Did you fixed it? @Heman6886 @drew-gross

@AaronLiang
Copy link

Still have the issue when I used this CLI:

docker run -d -e APP_ID=APP_ID -e MASTER_KEY=MASTER_KEY -e SERVER_URL=http://localhost:1337/parse -e PARSE_DASHBOARD_ALLOW_INSECURE_HTTP=1 -e USER1=myuser -e USER1_PASSWORD=mypwd -p 4040:4040 --link parse-server --name parse-dashboard yongjhih/parse-dashboard

@AaronLiang
Copy link

Fixed the issue by:

{
"apps": [{"...": "..."}],
"users": [
{
"user":"user1",
"pass":"pass1",
"apps": [{"appId1": "myAppId1"}, {"appId2": "myAppId2"}]
},
{
"user":"user2",
"pass":"pass2",
"apps": [{"appId1": "myAppId1"}]
} ]
}

@egorvas
Copy link

egorvas commented Jun 27, 2016

Hi @AaronLiang can you explain your answer, how did you user this config with yongjhih/parse-dashboard docker image?

@ldenefle
Copy link

ldenefle commented Jun 7, 2017

Up ! Did anybody solved this issue with yongjhih/parse-dashboard docker image?

@tigpt
Copy link

tigpt commented Jul 19, 2017

I'm also having this problem... does anyone was able to setup yongjhih/parse-dashboard with docker-composer and access it remotely? is it a problem with using nginx proxy?

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

6 participants