You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.
and the dashboard works as expected (without authenticating the user).
By setting
export USERNAME=demo
export PASSWORD=demo
and restarting the dashboard server, user needs to authenticate.
The problem is the default page https://proxy/db redirects to the login page https://proxy/login, which is unavailable. I assume the correct redirect should be https://proxy/db/login. Seems this part of the code does not implement BASE_URL or else please let us know what further configuration is needed.
thnx
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are using development version (0.9-dev) dashboard server.
The following environment variables are set:
and the dashboard works as expected (without authenticating the user).
By setting
and restarting the dashboard server, user needs to authenticate.
The problem is the default page https://proxy/db redirects to the login page https://proxy/login, which is unavailable. I assume the correct redirect should be https://proxy/db/login. Seems this part of the code does not implement BASE_URL or else please let us know what further configuration is needed.
thnx
The text was updated successfully, but these errors were encountered: