Organization name not updated after GitHub org rename in Streamlit Community Cloud

Hi, I recently renamed my GitHub organization from `edufortune` to `hamwoonsaju`, but Streamlit Community Cloud still shows the old organization name `edufortune` when I try to deploy a new app.

Steps I’ve already tried:

- Disconnected and reconnected GitHub in Streamlit settings

- Revoked both “Streamlit” and “Streamlit Community Cloud” OAuth apps from GitHub ( Sign in to GitHub · GitHub ) and re-authorized

- Confirmed `hamwoonsaju` organization has approved Streamlit in Third-party application access policy

- Cleared browser cookies and tried in incognito mode

The OAuth authorization screen correctly shows `hamwoonsaju` with a green checkmark, but after authorizing, Streamlit still displays the old name. It seems like Streamlit’s backend has cached the old organization name. Could you please update it on your end?

GitHub username: ke-kim

Old org name: edufortune

New org name: hamwoonsaju

Thank you.

Hey, thanks for sharing all those details and welcome (or welcome back!) to the Streamlit community! :blush: You’ve done a fantastic job troubleshooting—revoking OAuth, re-authorizing, and confirming org access are exactly the right steps.

Unfortunately, when you rename a GitHub organization, Streamlit Community Cloud may still reference the old org name due to how it caches GitHub coordinates (owner, repo, etc.). This is a known limitation: Streamlit identifies apps and workspaces by the original GitHub coordinates, and renaming an org doesn’t automatically update Streamlit’s backend. The only way to resolve this is for the Streamlit support team to update their database manually or for you to delete and redeploy any affected apps under the new org name. If you need to keep the same app URL, you must delete the old app (freeing the subdomain) and redeploy from the new org. For more, see the official docs and related forum threads: Rename or change your app’s GitHub coordinates, FAQ: Read-only access after changing GitHub repo/org name, and Forum: Server error after org rename.

If you’d like, you can open a support ticket or reply here with your details (which you’ve already provided—thanks!) so a Streamlit admin can update the backend for you. In the meantime, deleting and redeploying is the fastest self-service workaround. Community members, feel free to jump in if you’ve found other solutions!

Sources: