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
The Dashboards do not work when accessed via kubectl proxy and http://localhost:8001/api/v1/namespaces/<namespace>/services/https:arango-deployment-operator:8528/proxy/. The reason for that is, that hardcoded url in the js-files are absolute, i.e. start with / and are not replaced by the proxy.
Hence login returns 404.
Possible solution: use a <base> tag to get the url prefix.
The text was updated successfully, but these errors were encountered:
The Dashboards do not work when accessed via
kubectl proxy
andhttp://localhost:8001/api/v1/namespaces/<namespace>/services/https:arango-deployment-operator:8528/proxy/
. The reason for that is, that hardcoded url in the js-files are absolute, i.e. start with/
and are not replaced by the proxy.Hence login returns
404
.Possible solution: use a
<base>
tag to get the url prefix.The text was updated successfully, but these errors were encountered: