Hi Streamlit community!
I’ve been working on a very simple app for a dissemination project and have run into issues getting it to work with port forwarding:
-
Using nginx as a reverse proxy backend opens Streamlit (e.g. passing traffic on port 80 to 8501), but never loads data. It keeps sending requests to the “stream” endpoint, but nothing comes through.
-
We have been able to get it to work on a different domain than the ec2 dns (http://ec2-xx-xx-xx-xx.compute-1.amazonaws.com/), but only using the same port that we run Streamlit server on.
-
We have tried playing with the configuration, including disabling CORS and running it headless with no luck.
Has anyone else run into this? Maybe I’m missing something obvious?
Thanks!
-Sassan