sapcc / elektra

An opinionated openstack Web UI for consumer self service and operations.
Apache License 2.0
74 stars 29 forks source link

Trying to run this project #1163

Closed dniasoff closed 1 year ago

dniasoff commented 1 year ago

Managed to install rails, seed the database and run the project but it doesn't load

The page is just blank.

There is a dependency on https://cdn.juno.global.cloud.sap/widget-loader/latest/app.js which isn't available.

Any ideas?

edda commented 1 year ago

During the lifetime of this project we have had to add many features which are highly specific to our internal setup. This unfortunately leads to certain things not working outside of our specific setup without customization. To your specific question what would be shown on this page is a dynamically loaded javascript app which acts as a landing page. You can circumvent it if you instead access the deep link to the index page of your domain by going to http://.../domain-name/home, so e.g. /default/home if you want to access the default domain (must be the exact OpenStack domain name).