Hi,
I am getting an internal server error, code 500, in my woocommerce node since wc update to the 9.3 release.
This error occurs when trying to create an order.
When I turnback the website to 9.2.3 version everything is fine, and workflow is processing smoothly.
Describe the problem/error/question
{
“errorMessage”: “The service was not able to process your request”,
“errorDescription”: “
There has been a critical error on this website.
<a href="https://wordpress.org/documentation/article/faq-troubleshooting/\”>Learn more about troubleshooting WordPress.
“,“errorDetails”: {
“rawErrorMessage”: [
“500 - {"code":"internal_server_error","message":"
There has been a critical error on this website.
<a href=\"https://wordpress.org/documentation/article/faq-troubleshooting/\\\”>Learn more about troubleshooting WordPress.
","data":{"status":500},"additional_errors":}”],
“httpCode”: “500”
},
“n8nDetails”: {
“nodeName”: “WooCommerce”,
“nodeType”: “n8n-nodes-base.wooCommerce”,
“nodeVersion”: 1,
“resource”: “order”,
“operation”: “create”,
“time”: “28/09/2024 08:09:46”,
“n8nVersion”: “1.60.1 (Self Hosted)”,
“binaryDataMode”: “default”,
“stackTrace”: [
“NodeApiError: The service was not able to process your request”,
" at Object.requestWithAuthentication (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/NodeExecuteFunctions.js:1283:19)“,
" at processTicksAndRejections (node:internal/process/task_queues:95:5)”,
" at Object.requestWithAuthentication (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/NodeExecuteFunctions.js:2075:20)“,
" at Object.woocommerceApiRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/WooCommerce/GenericFunctions.js:29:12)”,
" at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/WooCommerce/WooCommerce.node.js:319:36)“,
" at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:722:19)”,
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:670:51",
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1100:20"
]
}
}
n8n version latest
database supabase
running n8n via render
Thanks for your help
Regards
Jean