Hello everyone,
I’m using n8n on localhost.
I have a Google Sheet with approximately 220,000 rows.
When I try to run my workflow and process all the rows, I get this error message:
Maximum call stack size exceeded
My goal is simply to go through each line and extract the URL.
I tried moving the data to Supabase, but I’m getting the same problem there as well.
Does anyone have an idea of how I could solve this?
Thank you!