revert cloudflare #3138
-
hey, i've followed the instructions to use cloudflare, but when I saved it, all pages from my aws cloud stopped working. It only loads a white screen. How can I revert it, and what can i have done wrong? thanks |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 11 replies
-
We'll need to delete the settings for Cloudflare in the Parameter Store:
Parameter store params to check against (thank you @AIDENMILES for this in another discussion thread): |
Beta Was this translation helpful? Give feedback.
-
Look at the values of the ones (probably the ones labelled cors_proxy_server) that do not match: /ita/{stackname}/hubs/deploy/type If the values look like it's the cloudflare workers you specified, delete them. If I remember correctly, there are two that are not labelled cors_proxy. |
Beta Was this translation helpful? Give feedback.
-
Thanks I got it. It's now working. Now how can I set up Cloudflare correctly? I followed the instructions and this happened. "Verify your workers are working. This link should show the Mozilla homepage, and this link should should the Hubs "What's New" page." Its working, but when I check "Use Cloudflare Worker" and save: White Screen. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
i had a white page also, but after redeploying it worked. We also needed to redeploy our spoke client to make it work. Thanks for your tips |
Beta Was this translation helpful? Give feedback.
We'll need to delete the settings for Cloudflare in the Parameter Store:
AWS console > Systems Manager > Parameter Store (try this shortcut link)
Yes, you're in the correct region
No, select your deploy region (upper right hand corner next to your name)
workers.dev
, then delete those parameterscdn
then delete that parameterAWS console > EC2 > click on your HC server(s) then "Terminate" instances. New ones will start up immediately after.
Parameter store params to check agai…