ROOT_PATH is not respected #650
Unanswered
rsmithpivotbio
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @rsmithpivotbio Have you looked at #342 ? This is quite a common issue with FastAPI/Starlette and I doubt this is |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem description
I'm attempting to run TiTiler behind a reverse proxy, and want to set a root path at
/imagery
. I attempted to set an environment variable when running the docker container toTITILER_API_ROOT_PATH=/imagery
. However, it does not seem to be respected. The urls work as before without the /imagery prefix, but when I add /imagery, it returns 404.Log output
Beta Was this translation helpful? Give feedback.
All reactions