Skip to content
This repository was archived by the owner on Feb 13, 2018. It is now read-only.
This repository was archived by the owner on Feb 13, 2018. It is now read-only.

/ui/index.html#/ gets nowhere #8

@henrchen

Description

@henrchen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions