Hello everyone. I have developed an application (it utilise ML models and selenium for web-scrapping) which works perfectly fine locally. However, when I tried to share it on Streamlit, the generated link worked for a couple of days, but after that, Streamlit removed my app from the dashboard, and the link no longer works. Apparently, this is because of the 1GB resource limit per app. Now, I’m trying to share my app on Streamlit again, but it doesn’t allow me to deploy any other app, showing the following error: “Request failed with status code 403.” Can anybody help me with sharing my app?
What have you tried so far?
It might be helpful to add some more context to your post in the Forum and it will also bump your post back to the top. I would add some comments with context (ie, whatever logs you’re receiving, what steps you have taken, etc).
Thank you for your reply.
actually, I pushed my code to github, and I was able to link my streamlit account to github then deploy my app normally.
however, currently I am not able to deploy any other app on streamlit cloud. I tried creating another streamlit accout, another github account, deleting my repo and pushing my code again, renaming files, and … but still it does not allow me to deploy anything. Even if I want to create app from templates, it gives me the same error.
my app works fine locally, and I have also deployed my app without any problem on “Render” to make sure there is nothing wrong from my github account or my files.
Is there a reason you are trying to use that particular app URL?
What happens if you don’t provide a URL?
when I try use particular URL it gives me “Unexpected error” and doesn’t allow me to deploy the app. when I leave it as blank and don’t provide URL it gives me “Request failed with status code 403”.
I forgot to mention that I have already tried clearing cache and cookies, in case that makes the issue.
Can you link me to the deployed app?
https://share.streamlit.io/app/buildingenergy-hitmyao6vzybcnwthnchua/
my app worked in this link for 2-3 days. after that I was not able to deploy any other app again
Interesting.
Unfortunately, I am not able to recreate the issue on my end so I am at a bit of a loss.
However, I did find this issue and it sounds like your situation may be similar.