I’m using Streamlit with two components, the AgGrid and streamlit-cookies-manager. My app works fine when run from Powershell or CMD window, but when run within a Docker container it often fails with the message:
and the console in the developer tools will have lots of errors of the form:
I’ve disabled CORS by adding the following to my ~/.streamlit/config.toml file:
[server]
enableCORS = false
but that didn’t help.
Thanks in advance.
– Rick