Skyline Team, I found similar issue in BUG Report but no solution yet https://bugs.launchpad.net/skyline-apiserver/+bug/2025755 On Mon, Aug 7, 2023 at 7:25 PM Satish Patel <satish.txt@gmail.com> wrote:
Folks,
Try to install skyline UI to replace horizon using doc: https://docs.openstack.org/skyline-apiserver/latest/install/docker-install-u...
Everything went well and I got a login page on http://x.x.x.x:9999 also it pulled Region/Domains. When I am trying to login with my account, I get an error: Username or Password is incorrect.
I am using sqlite DB for skyline as per documents.
No errors in logs command $ docker logs skyline
When I use Chrome Developer Tools then it was indicating an error in these URLs.
http://openstack.example.com:9999/api/openstack/skyline/api/v1/profile http://openstack.example.com:9999/api/openstack/skyline/api/v1/policies
401 Unauthorized ( {"detail":"no such table: revoked_token"} )