Hello Streamlit Team & community,
Since the migration of Streamlit cloud apps to a subdomain-based URL structure, all the apps iframed on other external webpages don’t open returning the error “The page isn’t redirecting properly”.
My custom URL (does not work): Google Discover Insights - SEO tools - Alekseo
Streamlit cloud URL (works): https://fruall-google-discover-insights-v2-discover-53rtxa.streamlitapp.com/
Error message :
iFrame code:
<iframe src="https://fruall-google-discover-insights-v2-discover-53rtxa.streamlitapp.com/"
frameborder="0"
marginheight="0"
marginwidth="0"
width="100%"
height="100%"
scrolling="auto">
</iframe>
As I see, a Streamlit app makes now a couple of redirects (something new?).
Checking other apps from other Streamlit developpers, I see that the problem is omnipresent and massive. Is there a solution to properly integrate the app on a custom URL?
Thank you for your responses!