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
I'v used the helm chart to install the moon. I used /moon-ui as an ingress path. It works and the index.html can be loaded from /moon-ui/index.html but it has no effect on paths to the static resources in the React app. For example the compiled source is loaded from https://minikube.infra/static/js/2.e94fd302.chunk.js instead of https://minikube.infra/moon-ui/static/js/2.e94fd302.chunk.js
The text was updated successfully, but these errors were encountered:
I'v used the helm chart to install the moon. I used
/moon-ui
as an ingress path. It works and the index.html can be loaded from/moon-ui/index.html
but it has no effect on paths to the static resources in the React app. For example the compiled source is loaded fromhttps://minikube.infra/static/js/2.e94fd302.chunk.js
instead ofhttps://minikube.infra/moon-ui/static/js/2.e94fd302.chunk.js
The text was updated successfully, but these errors were encountered: