Failed to retrieve shipping label refund status: Unexpected server error
-
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 (t) {
throw console.error(t),
console.error(e),
Object(r.translate)("Unexpected server error.")
}
})
}
} 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
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Failed to retrieve shipping label refund status: Unexpected server error’ is closed to new replies.