-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
vu app not taking uri_prefix into account (was uri_prefix not working on versions > 0.13.0) #904
Comments
Hey! Any chance this is because of that botched SRID in the provider config? |
Hey 👋 The underscores in the SRID don't make a difference |
today I learned it also is supported in toml Let me go ahead and try to reproduce the issue update: yup, reproducible.
I don't really see why this would happen, as the viewer endpoints are attached to the same group as all the other endpoints. |
Ah awesome, at least the tiles are still being served correctly, was throwing me down all sorts of rabbit holes I'll leave this issue open as it definitely affected me |
@iwpnd did you find the root cause of this issue? I will need to look through the commit log to figure out when this change occurred. |
i did not go down the rabbithole just yet, nope update: |
I've been recently trying to upgrade from version
0.13.0
to0.16.0
. My use case depends on the uri_prefix because I'm using a proxy via an ingress in Kubernetes.My config looks like
When I spin this up locally using the following Dockerfile:
On versions
0.13.0+
, I can reachlocalhost/public/map-tile-server-tegola/capabilities
, the json returns as expected. However, if I head tolocalhost/public/map-tile-server-tegola
, all I see is 404 responses.On version 0.13.0, this shows the viewer as expected.
Let me know if you can't reproduce this issue
The text was updated successfully, but these errors were encountered: