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.
I have installed this from both an OVA and source. I am able to see the login page /ui/index.html, but after I login as admin, the page does not change after some spinning and bar movement.
I was able to run "python switch_model_script.py" which uses auth token. /auth/login also gives me a token. So I am pretty sure admin/admin is a valid user account.
I notice one thing. In /ui/index.html all embedded sources are using a relative path, i.e. scripts/foo.js and access_log shows I am trying to get /ui/index.html#/scripts/foo.js, apparently that is wrong, it should be /ui/scripts/foo.js. When I changed index.html to use an absolute path, i.e. /ui/scripts/foo.js, I was able to see some other pages. But they also use relative paths and get no further. So it looks like I missed a setting somewhere. But I could not find out what it is.