View streamlit app outside of local network

Hello,

I have built a streamlit application inside raspberry pi which I use as a server. The pi is configured with port forwarding and reachable outside local network. When I’m trying to load the app outside local network I have acess in the page but the app does not loading. (only message “please wait…” is appeared)
Is it possible to run the application from outside local network?

Thank you.

I had a similar issue and this worked for me: Connection error when deploying using docker on k8s

You could give it a go.

1 Like

It works perfectly!!
Thank you very much yogin16

Woot! Thanks for the help yogin16!