Describe the problem/error/question
After upgrading the PHP version of my WordPress from 8.1 to 8.2 or 8.3, the n8n node “WooCommerce Trigger” with order.created doesn’t work anymore. The flow got deactivated and cannot be activated anymore.
What is the error message (if any)?
In the overview and stdout it says:
Workflow could not be activated:
Parse Error: Header overflow
Tried resetting/readding the API key, there it says HPE_HEADER_OVERFLOW
What I see in the WordPress logs is this:
8.1, working:
"DELETE //wp-json/wc/v3/webhooks/123?force=true&consumer_key=ck&consumer_secret=cs HTTP/1.1" 200 666 "-" "axios/1.8.2"
8.3, no longer working:
"DELETE //wp-json/wc/v3/webhooks/123?force=true&consumer_key=ck&consumer_secret=cs HTTP/1.1" 404 104 "-" "axios/1.8.2"
No idea why it would throw a 404 on 8.3 with the very same query.
If I roll back the PHP version to 8.1 it immediately starts working again. Does anyone have an idea what’s going on before I go down the rabbithole?
Information on your n8n setup
- n8n version: 1.84.1
- Database (default: SQLite): Postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): Cloudron
- Operating system: Ubuntu 24