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!