[bug]: Serve on URL path
Is there an existing issue for this?
- [x] I have searched the existing issues
Current behavior
I am trying to serve Plane on a path, but all resources use the root rather than prefix.
For example: I am trying to serve on http://example.com/plane, traffic indicates resources are trying to be drawn from http://examples.com/_next/static.
I would expect that after configuring ingress, that the /plane prefix would be followed.
I did check out https://github.com/makeplane/plane/issues/7003 which led me to this config for docker compose where it looked like I could configure the NextJS base URLs: https://github.com/makeplane/plane/blob/ac5b974d673b278a3770318f8546be269b65f5e2/web/Dockerfile.web#L79-L101
However, setting those in the environment of values.yaml didn't change anything.
I'm reasonably certain my Ingress is configured properly because I see the 404 error page when navigating to http://example.com/plane/god-mode, but the traffic shows its still being directed to http://example.com/god-mode
I can find hacky ways to route this properly, but I was wondering if there is a better approach using configuration instead.
Steps to reproduce
- Install helm repo
- Set up Ingress to serve Plane on
/plane - Navigate to
/plane, and page is not served
Environment
Production
Browser
None
Variant
Self-hosted
Version
v1.1.0