cannot create worker project
I'm trying to create a new workers project from a private GitHub repo. I can choose the repo, and get the "Set up your application" page. But after filling out the Project name, Build command, and Deploy command, pressing "Create and deploy" has no effect. It seems to do nothing at all. I've tried both Arc and Firefox, with no luck.
11 Replies
I’m experiencing similar symptoms. The "Create and deploy" button doesn’t respond.
same issue here
Tried again this morning, and it's still broken. @Walshy sorry for the ping but this seems kind of serious so you might want to know / escalate.
I can't reproduce - can someone capture a HAR and email it to me
walshy@
@cloudflare.com
?yes
https://community.cloudflare.com/t/unable-to-create-new-worker/811901 looks like similar issue
After some testing, I found that my issue is due to the new GitHub app permissions. Please check your app settings for the "Cloudflare Workers and Pages" GitHub app and accept the new permission request.
Ah, good catch! This is what we see now.
We do not want to accept these new permissions. From the changelog (https://developers.cloudflare.com/workers/platform/changelog/#2024-12-19), the features it enables do not interest us, and are not worth the extra security risk.
In the changelog, it seems like we should be able to continue using Cloudflare workers:
We do not want to accept these new permissions. From the changelog (https://developers.cloudflare.com/workers/platform/changelog/#2024-12-19), the features it enables do not interest us, and are not worth the extra security risk.
In the changelog, it seems like we should be able to continue using Cloudflare workers:
If you decline or take no action, you can continue connecting repositories and deploying changes via the Cloudflare GitHub App as you do today, but new features requiring these permissions will not be available.So I'm guessing it's a bug that we can't connect a new repository?

Fix should be released if you refresh
Success! Thanks!
I succeeded too. Thank you!