Supabase + google sheet Maximum call stack size exceeded

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!

Hey @Mohamed_Necib2,

Which version are you using? We recently pushed an update that should fix most of these issues however if you are working with 220,000 rows I would recommend splitting it up into smaller chunks so you don’t run into memory issues.

Thank you for your answer.

I’m using right the local version of n8n.

So maybe this is because of that ?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.