GitHub App installation broken: Cloudflare Workers and Pages (404 on permissions URL) #208524
Replies: 1 comment
|
This looks like a stale or broken GitHub App installation rather than a repository-selection problem. The app page itself is currently reachable, and the normal installation route is:
The most reliable recovery path is a full uninstall and reinstall, which is also the procedure Cloudflare documents for repository-access errors:
Cloudflare official instructions: https://developers.cloudflare.com/pages/configuration/git-integration/github-integration/#reinstall-the-cloudflare-github-app GitHub also documents the canonical third-party app installation route here: https://docs.github.com/en/apps/using-github-apps/installing-a-github-app-from-a-third-party One useful isolation test is to open the canonical installation URL above in a private window after signing in. If that page works but the Cloudflare-generated Be aware that uninstalling the app temporarily stops new Workers/Pages builds for every repository connected through that GitHub account, although existing deployments remain hosted. After reinstalling, reconnect the affected project and trigger a new deployment. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Apps
Body
My GitHub account: patricklinsdell03-dev
Affected repository: patricklinsdell03-dev/perdose
The GitHub App "Cloudflare Workers and Pages" (cloudflare-workers-and-pages) can no
longer connect to my account. This started showing up as a Cloudflare Workers build
error: "The project is linked to a repository that no longer exists."
What I've found trying to fix it:
In Settings > Applications > Installed GitHub Apps > Cloudflare Workers and Pages >
Configure, the "Select repositories" search box spins forever and never loads a
repository list.
Switching that app's repository access to "All repositories" and saving did not
help — Cloudflare's own "Connect to a repository" dialog still shows "No matches
found" for my account.
Trying to reconnect from Cloudflare (both an existing Worker project and a brand
new one, since I tried creating a fresh project to rule out a project-specific
issue) redirects me to this URL, which returns a 404 instead of a permissions
screen:
https://github.com/apps/cloudflare-workers-and-pages/installations/new/permissions?target_id=321898542
I checked githubstatus.com and everything shows operational, so this doesn't look
like a general outage.
Thank you.
All reactions