Collecting usage statistics. To deactivate, set browser.gatherUsageStats to false.
You can now view your Streamlit app in your browser.
URL: http://localhost:3669
Firewall or Proxy Configuration: WebSockets require open and direct communication between the client and server. If there’s a firewall, reverse proxy, or load balancer, it may be blocking WebSocket connections.
Improper Reverse Proxy Setup: If you’re using a reverse proxy like Nginx or Apache, the WebSocket headers might not be properly configured.
HTTP vs. HTTPS Mismatch: WebSocket connections (ws://) fail if served over HTTPS without upgrading to secure WebSockets (wss://).
Domain Resolution Issues: Ensure the domain (mkt.iosre.com) resolves to the correct server IP and that no conflicts exist in your network setup.