- My goal: I want to run a script in a workflow using Python
- Issue: It was working fine up until yesterday but now my python modules returns "{"error":true,"message":"Internal server error"}" with no other details. If I run the workflow step by step it works correctly but if I press run it crashes.
- Steps I've taken to troubleshoot: Deleted the cell and re-added, inspected the code but like I said, it runs fine manually.
- Additional info: (Cloud or Self-hosted, Screenshots) Cloud
I just tried creating a new Python cell with just a print statement in but that fails too. Again, same non-descript error.
I'm unable to add any new python code cells to my workflow that work correctly when run using "run workflow" - running each cell individually works.