Why Does the actionRun() in Frontend Client Return a 200 Response Even When an Error Occurs?

This topic was automatically generated from Slack. You can find the original thread here.

Small bug report: the frontend client actionRun() returns a 200 response even if an error occurs (due to invalid input for example)

That’s not a bug, we return errors from the action in that response, but technically the request to Pipedream was successful.

fair enough :thumbsup_all: