Hi all. I’m using a fly-replay to exposed a streamlit app through my main app’s endpoint. It seems that the replay is working, but what isn’t is that the streamlit instance is returning a “You need to enable JavaScript to run this app.”. I might misunderstand fly-replay and how it is suppose to work. Anybody have this issue and have an idea on how to let the proxy pass through the JS up to the browser?
Can you use devtools to see what requests your browser is making? It sounds like possibly requests for assets (which would include stuff like JS/CSS) might not be being replayed or are being treated differently somehow.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.