• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

woocommerce_rest_cannot_view

Supreme

Well-known member
Staff member
Hey @themanojjoshi

Here also in order to fix your concerning error of WooCommerce, please follow the below steps -

Step 1. - Download the Basic Authentication handler plugin from here https://github.com/WP-API/Basic-Auth.

1617692108819.png


Step 2. - Upload Basic-Auth-master.zip in the WordPress site.

1617692461099.png


Step 3 - Activate the plugin, and then click on re-authenticate the WordPress integration In Pabbly Connect. It should work fine.

1617692634971.png



Here's the video guide as well. Please go through the WordPress part once so that you can know how to fix this issue -

https://drive.google.com/file/d/1gdxMZ3wovx01svCvD6o-i8Q8ja-zU86w/view

Please complete the steps and try the Action again.
 
This is already installed

My integration with WordPress is working. I mean I am able to create the user from pabbly in my WordPress website but the above-said error is coming while connecting with woocommerce on the same website
 

Supreme

Well-known member
Staff member
Hey @themanojjoshi

We have checked over your concern and the login credentials are fine for your WooCommerence but there is a permission issue that is coming up from the WooCommerce end.

So, kindly contact the WooCommerce team and ask them that while fetching the Product list via REST API, why we are getting the following error even though the credentials are already correct -


2021-06-14_11h48_45.png


Seems that you have some permission issues with WooCommerce that is creating issues.
 
Last edited by a moderator:
woocommerce is installed with default settings no customisation and development has done

Its not about just Getting product dist all the actions listed in pabbly are not working for woocommerce
 

Supreme

Well-known member
Staff member
Hey @themanojjoshi

Pabbly Connect authenticating WooCommerce works via Basic Auth and it seems that your server is ignoring the authentication headers. As we have checked with the query string. It's working properly

2021-06-14.png


Here is the doc URL for your reference -https://github.com/woocommerce/woocommerce/issues/13869

For this concern, you can refer to your developer and ask them to allow an authentication header on your server so that your problem will be sorted.


For ex- If you have .htaccess add these lines

SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0
RewriteRule ^wp-json/.* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]

Here is the doc URL for your reference - https://github.com/woocommerce/woocommerce/issues/19649
 
Last edited by a moderator:
Top