Hey friends! I wanted to summarize some of the responses the support team dug up for as well as some follow-up troubleshooting from the OP. 🤗
jesse wrote:
I did some digging in our logs on the error when you attempted to connect to WooCommerce. I'm seeing the following response from WooCommerce. That response is truncated, but you will see some useful details here. It looks like WooCommerce is saying:
Attention Required! | Cloudflare...
...Please enable cookies.
...You are unable to access azreselling.shop
..Why have I been blocked? This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data. What can I do to resolve this? You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page. Cloudflare Ray ID: 7143532b2dcc81b7 ...
For this issue, please review WooCommerce's authentication errors. It looks like there is one specifically for cloudflare errors that may help: https://docs.om4.io/woocommerce-zapier/troubleshooting/#authentication-errors
Following this the OP did run into a 503: Service Unavailable
error though.
They were able to resolve this by:
...checked my .htcaccess file and looked for rules related with " RewriteRule " & " RewriteCond " I figured out which rules were out of place, I simply added a # to the one I thought that shouldn't be there, and it fixed my issue, my site is working completely fine including any plugin inside.The rule I nulled was " # RewriteRule ^(.*)$ http://www.azreselling.shop/$1 [L,R=301] "
I hope this helps!