Hello everyone.
I have a multi-step workflow that runs without errors during tests, but fails when triggered in production.
What’s more, I do not get any helpful errors:
As you can see on the screenshot above, there’s no log I can inspect. The red box with “Error Script returned exit code 1” is all I get (unlike other errors I have seen, it’s not clickable to expand more details).
This workflow does run sometimes with different trigger combinations. For example, I can confirm it has run successfully with email trigger, and with HTTP request trigger. But each time it runs successfully, and I change the trigger to what I really want (which is running it at a specific time every day), it starts to fail.
I also tried to keep the HTTP request trigger, and make that HTTP request from another workflow at my desired time of day, but it fails that way as well.
All I want is to somehow get the actual error message so that I can further debug the issue.
Any help appreciated!