How to Fix WooCommerce Error

Modified on Fri, 2 Sep, 2022 at 4:54 PM

The most well-known reason for this issue is that your store is utilizing WooCommerce version 3.5 or prior. Ensure you move up to the most recent WooCommerce version prior to connecting your shop.

Your store doesn't have a valid HTTPS/SSL certificate. Ensure you install and activate one so our app can be communicated with the WooCommerce API.

For the module to work WordPress should be installed at the domain or subdomain level, not at the page level. For instance, say you're building up a store for a customer and you're making a mockup on www.example.com/userstore/. Our server will attempt to associate with the WooCommerce API at the subdomain level, on www.example.com however the store is set up on www.example.com/userstore/. As another option, you can stall the development store on the userstore.example.com subdomain, so that it will work.

Your site is password protected, or is still "coming soon" or you're using a "site under development" module that is blocking the connection to your store. This likewise disables the API access and our application cannot connect to your shop.

You have a caching plugin or similar plugins on your store that strips the "authorization" header. Try disabling any such plugins individually one by one to locate the one that is causing the issue.


Important: As this relates to your web server as well as other WordPress plugins, Sell The Trend can't offer help in these cases. You can attempt the solutions underneath at your own risk. If you need technical support, we recommend connecting with a developer to address this issue.


You can try adding the following to your .htaccess file as it might resolve the issue:


SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1


If that does not help, please review the configuration of your caching plugins and look for settings that pertain to caching or not caching headers.


If that does not work, contact your hosting provider.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article