btzvince
Forum Replies Created
-
Forum: Plugins
In reply to: [ShopWP] Synching Error – rest_no_routeThank you for the quick response.
Test 1 didn’t work (disable plugins and resync)
These are the only plugins installed:
Advanced Custom Fields PRO Version 5.9.1 (disabled)
Akismet Anti-Spam Version 4.1.7 (disabled)
WP Shopify Version 3.5.2 (enabled)Cleared browser cache > cleared WP Shopify Cache > Remove all synced data (same 404 error) > Sync Product & Collection Detail Pages (same 404 error)
Test 2 worked (reinstalled the plugin)
Downloaded plugin straight from the https://wordpress.org/plugins/wpshopify/ page. > deactivated existing WP Shopify plugin > deleted existing WP Shopify plugin > uploaded newly downloaded WP plugin > reconnected my store with the plugin > resynced Product & Collection Detail Pages(Success) > tested the “Remove all synced data” option (Same rest_no_route error).
As of right now reinstalling the plugin and reconnecting the my store seemed to fix the syncing issue. I’m not too worried about the “Remove all synced data” atm (unless you have some insight?). Thank you for your help!
- This reply was modified 5 years, 4 months ago by btzvince.
Forum: Plugins
In reply to: [ShopWP] Synching Error – rest_no_routeHello Andrew,
We’ve spoke via email and I’ve updated my plugin version but I am still running into the same issue as @agenturnuvista, syncing my Shopify products locally. I’ve clear both the browser cache and the WP Shopify Cache. Under the plugin’s Tools settings, Whenever I select “Sync Detail Pages” or “Remove all synced data from WordPress” I still receive the following error.
Error code:
“No route was found matching the url and request method while calling rest_no_route. Please clear the plugin transient cache and try again. Error status code: 404”When inspecting the network tab while syncing products, I noticed it throws a 404 status code when it hits the webhook count. The other 3 counts work just fine.
Request URL: http://mylocaldomainname.com/wp-json/wpshopify/v1/products/count (200 status code)
Request URL: http://mylocaldomainname.com/wp-json/wpshopify/v1/shop/count (200 status code)
Request URL: http://mylocaldomainname.com/wp-json/wpshopify/v1/collects/count (200 status code)
Request URL: http://mylocaldomainname.com/wp-json/wpshopify/v1/webhooks/count (404 status code)Local site specs:
– Google Chrome Version 86.0.4240.111 (Official Build) (x86_64)
– nginx version: nginx/1.17.1
– macOS Mojave version 10.14.6
– WordPress Version 5.5.2
– WP Shopify Version 3.5.2 (just update yesterday)
– PHP Version 7.3.7