Error on woocommerce node output

Hi everyone,

I don’t know if that is supposed to help, I think it’s a bug, when setting up the woo-commerce node to continue using error output it doesn’t go with the error output, is it because it’s saying a bad request?

Share the output returned by the last node

Information on your n8n setup

  • n8n version:1.49.0
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Ubuntu Server

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @suardim

The error output is there, but you did not hook it up to anything.

You can either handle the error in the workflow itself (connect the error output to another node) or you can implement a proper error handling workflow and then tell your workflow to use this error handler workflow in the settings.

e.g. For my evaluateExpressions workflow I can set up to send the error output to another workflow called error notifications
image

And this is an example of that error notifications workflow:

You can read more about error handling here:

I hope this helps! :raised_hands:

Hi @ria Yes, I see the error output.
But the error in the node is not sending to the error output, is sending to the success.
Maybe the image is not clear, before that it was connected to the node on the right.
It’s like it didn’t understand that it was an error

Anyone can help with this matter?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.