[ad_1]
DO YOU HAVE A TEMP FIX FOR THIS BUG?
Failed to retrieve shipping label refund status: Unexpected server error.
As far as we can see it 's related to your code 's plugin 'woocommerce-services'
From path: /wp-content/plugins/woocommerce-services/dist/woocommerce-services-2.2.5.js
function(e, t, n) {
"use strict";
var r = n(34);
t.a = function(e) {
return !e instanceof Response ? (console.error("Invalid Response object"),
Promise.reject(Object(r.translate)("Unexpected server error."))) : e.text().then(function(e) {
try {
return JSON.parse(e)
} catch
From file: woocommerce-services-2.2.5.js
At this point we can confirm OUR SERVER has no relation to that.
In addition to that we noticed that if woocommerce-services is temp disabled there is no error as the one described earlier.
We strongly believe that it 's a plugin conflict which it should be inspected under WC development perspective.
Expected behavior
read and buy and print shipping label
Actual behavior
Failed to retrieve shipping label refund status: Unexpected server error.
Steps to reproduce
under order a new order, create label, or try to retrieve a label created through the mobile app
WordPress Environment
N/A
