Hello everyone, i have successfully deployed my web application but when i try to embed it to my actual website to showcase it, I get an error “streamlit redirected you too many times” I get this usually after 15 minutes of not doing anything.
I tried using both <frame> and <iframe>. I tried using both ?embed=true and ?embedded=true. I double-checked with a capital T on True for both as well; seems the Debian (case-sensitive Linux) system is looking for a lowercase t for the record. embed will hide the hamburger menu; embedded will keep the hamburger menu.
The page loads fine in edge and Chrome, but not in Firefox specifically. The <frame> option is prettier without the border that is shown by default with <iframe>.
I checked a private window in Firefox and it still had a problem loading the <frame> and <iframe>. I’m not sure what’s up with specifically Firefox, but my guess is that it has to do with security in some way.