cf-workers-status-page
cf-workers-status-page copied to clipboard
Deploy button in CloudFlare does not work
I click on the button and it doesn't appear as it should. It sends me to try other workers

After Authorize Workers (second screenshot), try clicking the deploy button again. It should take you to next step.
Nope, I got the same issue, where even i press the second time it go back to step one (start over).
Same issue, can't find any way to progress.
@andyrb412 @H01001000
After Authorize GitHub with Workers step, try adding the ?authed=true parameter to the url..
In this case https://deploy.workers.cloudflare.com/?url=https://github.com/eidam/cf-workers-status-page?authed=true
This should work...
Nope, just going around in circles.
Don't care anymore, I've given up.
First check whether cloudflare got authorized correctly.
- Go to github.com/settings/applications and see if there is an app called
Deploy to Cloudflare Workers.
After got authorized correctly,
If above commented method doesn't work, try manually forking the repo and use your forked repos url for the url paramater and add the ?authed=true in the end..
- so it should be
https://deploy.workers.cloudflare.com/?url=<YOUR GITHUB REPO LINK>?authed=true