Closed cardosofede closed 4 months ago
Test in progress
Still ongoing:
cc: https://github.com/hummingbot/dashboard/pull/157#issuecomment-2220352548
After you added connector you need to refresh the page to reflect the changes, however it will lead to user logged out
Actual: Logout button available only for Humingbot Dashboard tab on side pane (if you are on other tab you could not log out)
PR update:
docker-compose-dev.yml
false
and can be viewed when clicking the title pages ✅ What happens if you logout?
false
(default):
AUTH_SYSTEM_ENABLED
is false?_PR update:
AUTH_SYSTEM_CONFIG
are on default setup which is false
AUTH_SYSTEM_CONFIG
is false
on docker-compose as well Found the issue, the environment variable in the compose file wasn't getting picked up by the config.py file. Opened PR - https://github.com/hummingbot/dashboard/pull/168 to fix the issue. After making the change the auth_system works when setting to either true or false
This PR has the following changes: