I am attempting to use IIS to http proxy the streamlit app. I have successfully routed http/https requests to the TCP port where the app is running, and the page loads, but the content behind it fails to load.
Browser dev tools show a repeated error: WebSocket connection to ‘ws://<domain_name>/<app_name>/_stcore/stream’ failed.
I have seen a couple of other posts related to this _stcore/stream endpoint in the context of nginx, so I assume I am running into something similar. Has anybody seen this with IIS? I am thinking I need to add something to my web.config file to account for this