Unable to wake up when embedded

Hey there,

I’m running my app on the community cloud and embedded it into my website with:

iframe src=“https://dashboard-vgm.streamlit.app/?embedded=true” width=“100%” height=“100%” frameborder=“0” sandbox=“allow-forms allow-scripts allow-same-origin allow-top-navigation allow-top-navigation-by-user-activation allow-modals allow-popups allow-popups-to-escape-sandbox allow-presentation allow-downloads” style=“display: block; width: 100%; height: 100%; border: none;”>

It works fine, until the app goes to sleep. I am not able to wake it up, only when I visit the website via the original Streamlit URL.

This is my website: VGM Dashboard

I can’t give you more information than is shown in the browser console.

2 Likes

I have the same issue if I access from the embedded link i cannot wake the app app. Only if i go to the streamlit url then it can wake up.

2 Likes

I am also facing the same issue for embedded apps