Loading Failed
-
After migrating a development instance to live on a different host the Stock Manager loads and then replies with a “Loading Failed” error instead of returning data on live, but is fine on dev. Upon inspection it looks like https://site-url/wp-json/wc/v3/products?per_page=50 returns nothing with a JS error of “TypeError: Cannot read property ‘split’ of null” in wpApiMiddleware.js:97. in looking at that file line 97 is within the catch statement and it’s trying to send the error.toString, but apparently the error is null. So it seems like a null error is getting thrown.
Any assistance in resolving this issue is appreciated.
ljalg
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Loading Failed’ is closed to new replies.