-
Notifications
You must be signed in to change notification settings - Fork 1
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
Redirect from login to dashboard fails locally #5
Comments
What's your It should be https://localhost:5006/dashboard |
ah no, just do http not https |
and |
I did this, yet I am getting The connection to the server was reset while the page was loading. INFO: Started server process [1] |
I can confirm now that I've gotten this working locally! A few notes:
@priyankaiitg can you try testing this again locally? if it doesn't work for you I can show you what I've done step by step |
I shall check and revert |
I am getting The connection was reset The connection to the server was reset while the page was loading. INFO: Started server process [1] |
After running the login and dashboard containers locally, and getting to the login page and entering the username and password, I get redirected to:
https://localhost/dashboard?bokeh-session-id={blah}
The browser errors.
I'm not sure if this redirect is working as intended, because the dashboard is at port 5006. So trying:
https://localhost:5006/dashboard?bokeh-session-id=B8XEv7K9odP1
... gets me a connection timeout error:
The text was updated successfully, but these errors were encountered: