Error: "You do not have access to this app or it does not exist" after redeploying app

Error: “You do not have access to this app or it does not exist” after redeploying app

Hi,

I’m facing an issue after redeploying my Streamlit app, and I can’t seem to figure out what’s wrong. The app is set to public, and it was working perfectly before, but now I get the following error message when trying to access it:

Streamlit cloud URL: https://sumgpt.streamlit.app/
Repo URL: https://github.com/sean1832/SumGPT

Full Error Message:

You do not have access to this app or it does not exist  
You're currently signed in as xxx@gmail.com and with github.com/xxx. Are you sure these accounts have access?

Sign out and sign in with a different account. If you are the app's developer, update the source control account associated with your account.

I recently changed the codebase and the execution path of the app, so I deleted the old app and created a new one with the same URL. Now, I’m getting this error. I’m signed in with the correct email and GitHub account, and I’m sure the app is public.

  • Streamlit version: 1.39.0
  • Python version: 3.11

Has anyone encountered this issue or know what might be causing this? Any advice would be greatly appreciated!

Thanks in advance!

1 Like

I am having the same issue

Having same issue, my URL is : https://predict-loan-default.streamlit.app/

I am having the same issue!

+1. I followed same steps - deleted app, changed execution path of the app, create new one with same URL. And I got the error.

I had the same problem today. It worked, when I changed my URL to xxx-test (or just some other available domain) and then when the app was up and running on the new URL, I changed it back to the old one. It solved the problem. Hope it works for you!

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