Errors while making labels
-
I’m having a lot of issues creating labels. Sometimes it works but more often than not they fail with various errors. The error can happen during each step of the label creation process (i.e. after clicking create label, on address verification, on purchase of a label, or even on creating a label for printing).
Typically, the errors will be generic Woo pop ups like “unexpected server error” or more specific like address validation errors. Looking at the console in Chrome, I see a few primary issues: A 500 error on REST API, 400 errors on wp-ajax (wp-ajax works fine on other plugins), and a more generic “unexpected end of JSON” in the woocommerce-services.js file.
I looked through Woo logs but nothing is captured even though I have logs on for shipping. It appears these errors are happening at a higher level, so it’s not actually triggering a log. I also made sure to run a WP site health check, which passes without any issues listed.
All plugins and WP core are up to date:
WP version is 6.0.1
WooCommerce version is 6.7.0
This plugin’s version is 1.26.2It’s worth mentioning that I’m a web developer and I run my websites off my own servers and nothing has changed at the server level that would cause these issues.
Any help is appreciated.
- The topic ‘Errors while making labels’ is closed to new replies.