What Could Cause Identical Workflows to Behave Differently, With One Throwing an 'Internal Error' Despite Passing Tests?

hi it looks like the issue has not changed after migrating the workflow to a project and bumping up the memory usage. I still get internal error on the trigger but everything works fine when I test the workflow. The project is here:

Do you have any further advice?

Thanks for reporting, will look ASAP

In the meantime, have you looked at our Troubleshooting Docs section?

Hi , thanks for your patience. I looked into your workflow and noticed there was a lodash import in the Trello - Update Card action. We have had issues when importing the whole package in other components, so I’ve changed it and it’s now fixed.

I replayed one of your events and it was successful. I believe you shouldn’t need 1GB of memory to run the workflow anymore, so feel free to lower it and keep iterating if you run into issues

it’s working, thanks for your help Andrew!