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

hey everyone im getting this error during deployement ,how to solve this ??
my repo is anshk1234/stockly.ai
my app link https://stockly-ai.streamlit.app/

Hey, thanks for sharing your question and the screenshot! The error “You do not have access to this app or it does not exist” on Streamlit Community Cloud usually means there’s a mismatch between your Streamlit account and your GitHub repo permissions, or the app’s GitHub coordinates (repo/branch/path) have changed.

Here’s what you should try:

  1. Check GitHub Permissions: Make sure the GitHub account you’re signed in with on Streamlit has admin access to the anshk1234/stockly.ai repo. If you recently changed the repo name, branch, or entrypoint file, you’ll need to delete and redeploy the app to update its coordinates (docs).
  2. Reconnect GitHub: Sign out of Streamlit Community Cloud and GitHub, then sign back in and reconnect your GitHub account, granting all necessary permissions (docs).
  3. Branch/Entrypoint: Double-check that the branch and main file path match what you set during deployment. If you changed them, delete and redeploy the app.
  4. Workspace: Make sure you’re in the correct workspace, especially if your repo is under an organization (docs).

If you’re still stuck, please share a minimum reproducible example or your repo link so others can help debug. Community members, feel free to jump in with your insights!

Sources:

thanks for helping