cf-workers-status-page icon indicating copy to clipboard operation
cf-workers-status-page copied to clipboard

Deploy button in CloudFlare does not work

Open Karen-Aijo opened this issue 3 years ago • 6 comments

I click on the button and it doesn't appear as it should. It sends me to try other workers

image msedge_A2mtUwOpgl msedge_lhJtgCDOND

Karen-Aijo avatar Feb 07 '22 12:02 Karen-Aijo

After Authorize Workers (second screenshot), try clicking the deploy button again. It should take you to next step.

supunsathsara avatar Feb 19 '22 13:02 supunsathsara

Nope, I got the same issue, where even i press the second time it go back to step one (start over).

H01001000 avatar Jun 07 '22 12:06 H01001000

Same issue, can't find any way to progress.

andyrb412 avatar Jun 18 '22 06:06 andyrb412

@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...

supunsathsara avatar Jun 18 '22 06:06 supunsathsara

Nope, just going around in circles.

Don't care anymore, I've given up.

andyrb412 avatar Jun 18 '22 08:06 andyrb412

First check whether cloudflare got authorized correctly.

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

supunsathsara avatar Jun 18 '22 08:06 supunsathsara