Next.js Discord

Discord Forum

Getting error: Error: Maximum call stack size exceeded

Unanswered
Giant wood wasp posted this in #help-forum
Open in Discord
Original message was deleted.

1 Reply

in general, this type of error occurs when you call a function inside of that function recursively so it calls endlessly until stack memory is run out. i mean in general.