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.