-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PATH_PREFIX doesn't seem to work #114
Comments
I see from looking at the It would be great if this could be done at run time. |
Definitely agree, been trying to sort out a way to get both Vite and Tanstack Router to cooperate with a dynamic path prefix. |
This will be fixed in the upcoming release I'll ship shortly. |
Fantastic. Many thanks for the quick response! I can confirm that the change works perfectly. |
I'm trying to set up River UI behind Traefik and want to use PATH_PREFIX. It does not seem to work.
Here is my compose service:
When I open
/continent/river
in my browser, I do get the river UI HTML page, but it tries to load assets on the root.The returned HTML document looks like this:
What am I doing wrong?
The text was updated successfully, but these errors were encountered: