My app stored in this github repo can’t start. It shows “This isn’t supposed to happen” error and a link to contact support. But it really redirects you to Snowflake:
I don’t know if this is related, but a few hours before, it was working in the same repo. But the /app.py
was on root directory and I wanted to move it to /streamlit/app.py
, so I did and commit&pushed to the repo, and found out I could not change the app source file in the streamlit app. So I deleted the app and created a new one pointing to the same repo, with the same url, but pointing now to /streamlit/app.py
.
EDIT: Now, it does not show the “This isn’t supposed to happen” error. But another error. It tries to load the app like this:
for a long amount of time and then shows “Connection timeout” like this:

EDIT 2: Solved after a while (30 minutes or so)