-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
My web application was down when attaching dashboard. #402
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
Comments
Your code includes a lot of stuff that isn't relevant to the issue. Could you try boiling this down to a few lines that reproduce the issue? |
I changed code simply, but still same thing. And not created log files ether. |
Both server and dashboard are not responding? What do you mean by "was down when attaching dashboard"? If you comment the line "app.use('/dashboard', dashboard);" does it work? |
Yes. parse and dashboard are not responding. Attaching mean already you said, added this code to index.js :
after that, was not working. Now after disabled that code, working fine. |
remove just httpServer.listen(4040); and try again please |
Okay. I'll try it. |
Usually this means there is a load balancer doing SSL termination. You can configure the load balancer to only allow HTTPS connections, and then enable the --allowInsecureHTTP option in your dashboard. |
Okay. I checked this issus, and added option to dashboard configuration :
Solved. |
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
Environment Setup
Steps to reproduce
Actual Result
No any response(s).
index.js code.
Logs/Trace
Note: If you get a browser JS error please run
npm run dev
. This will provide source maps and a much more useful stack trace.It was not created log file(s).
The text was updated successfully, but these errors were encountered: