Impossible to set root-path FastAPI variable
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 267
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 9
Description
I'm runnin the UI using:
`adk web --host=0.0.0.0`
While it works locally, when deployed behind a proxy, it doesn't work, because of the problem described [here](https://fastapi.tiangolo.com/advanced/behind-a-proxy/#checking-the-current-root_path).
Is it possible to set root path FastAPI variable when calling adk web?
Contributor guide
Assessment
This issue has not been assessed yet.