Alway "please wait..." shown on page

I have several computers(win7) in local network, and I want to share my streamlit app in one of them with the others, but always only “please wait…” when others trying to open the app by the link

what I did in config.toml:

  1. I changed the port from default to 8765
    [server]
    port = 8765
  2. and also enableCORS = false
1 Like

Hi @Sakyeah,

Could you copy/paste your entire config.toml file? Also, what location is the file stored at?

Which ip address / domain name are the other computers on the local network pointing at?

What errors do you see in your chrome developer tools?

Thanks