Closed cfelder closed 5 months ago
Hello @cfelder ,
What version of REANA are you using?
The web UI should make a request to /api/config
when it is accessed, could you copy-paste the reply here?
Thanks for pointing me into the right direction.
I've just put the ingress on the nginx
based reana-ui
container. I've to configure the ingress manually using OpenShift's Route CRD besides what is provided in the helm charts. I've now added another route to the /api
endpoint and the login dialog is shown. I'll add all necessary routes now.
I am currently using github.com:reanahub/reana v0.6.1-410-g44dde34 (current master)
This issue can be closed. Thanks!
No problem!
I've just put the ingress on the
nginx
basedreana-ui
container. I've to configure the ingress manually using OpenShift's Route CRD besides what is provided in the helm charts. I've now added another route to the/api
endpoint and the login dialog is shown. I'll add all necessary routes now.
This might be helpful, as it list all the routes needed: https://docs.reana.io/administration/configuration/configuring-cluster-ingress/#setting-up-manual-ingresses
Hi,
I am currently deploying to a OpenShift/Okd 4 instance. The
ui-config.yaml
in ConfigMapreana-config
contains:Nevertheless I get the following stacktrace.
Any help would be appreciated.
Best Christian