I do not have access to my app which I build from collateral branch

I’m getting a ‘You do not have access’ error only when deploying from my release branch, while the main branch works perfectly.


You do not have access to this app or it does not exist

You’re currently signed in as wanderer946@gmail.com and with github.com**/l0ca1h0st999**. 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.

Hey there, thanks for sharing your question and screenshots! This “You do not have access to this app or it does not exist” error when deploying from your release branch (while main works) is usually caused by a permissions or branch configuration issue between Streamlit Community Cloud and your GitHub repo.

To deploy from a different branch, you must have admin access to the repository, and Streamlit must be authorized to access that branch. Double-check that your GitHub account (l0ca1h0st999) has admin rights and that the release branch exists and is up to date. If you recently created or renamed the branch, try rebooting the app or redeploying it. If the issue persists, disconnect and reconnect your GitHub account in Streamlit Community Cloud, ensuring you grant all necessary permissions. For more details, see the official docs on branch and repo access and developer permissions.

If you’ve changed the repo name, branch, or entrypoint file, you may need to delete and redeploy the app to update its GitHub coordinates, as described here. Also, make sure you’re in the correct workspace and that the app is deployed from the right branch. If you’re still stuck, try signing out and back in, or check the workspace settings.

Sources: