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 was archived by the owner on Feb 13, 2018. It is now read-only.
Request Method: GET
Request URL: http://10.114.217.249:8000/ui/index.html
"/data/dist/index.html" does not exist
i changed the prod.py
UI_ROOT = os.getcwd()+ '/dist' to
UI_ROOT = os.getcwd()+ '/ignite/dist'
Now i can see the index page but am not able to authenticate. the username/password was created successfully.
What else can i check to see why authentication is not working. It does not give any errors. Even the server does not show any errors.