App deletion bug on Streamlit app manager

Hi,

I have some apps (deployed via Streamlit) which I am not using anymore and hence would like to delete them.

Yet, once I click on “Delete” button on https://share.streamlit.io/, it says: “You have view-only access to this application”. (see picture for confirmation):

How can I delete apps that I have view-only rights? And why do I only have these rights if I am the owner of my GitHub Repository and have deployed the app myself etc…?

Thank you

Hi @Lucas4

This may have happen if the GitHub repo has been deleted after an app has deployed or if the GitHub repo name has been changed afterwards.

What I typically do to solve this is to make sure that the GitHub repo name is reverted back to the same one that was used when the app was deployed.

Hope this helps!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.