Using streamlit behind a reverse proxy

Is it possible to use streamlit from behind a reverse proxy? It appears that naively proxying streamlit to an address in the form of http://host.com/user/streamlit only yields 404 errors from streamlit (not the underlying proxy)

I think the problem you’re hitting is related to the path user/streamlit. Right now Streamlit apps need to be at /.

And we are working on a fix right this moment, actually: https://github.com/streamlit/streamlit/issues/225

Please follow in the issue above!