No matter what command I run, I keep getting the error “maximum call stack size exceeded.”
Hello,
I’m encountering an issue where running commands like npx prisma generate and npx prisma migrate reset --force results in the error “maximum call stack size exceeded.” I came across guidance on X (Twitter) and decided to join Discord for further assistance.
Originally, I was working on a Mac Studio, but after moving my development environment to a MacBook, this error has been consistently occurring. Docker is running properly.
I initially used Node.js version 22.14, but after encountering the issue, I downgraded to 18.20 and 16.20, yet the problem persists. I also downgraded Prisma from the latest version to 4.0, but that didn’t resolve the issue either.
Just in case it helps, I’m sharing my GitHub repository where the issue has been occurring, although I feel a bit embarrassed:
https://github.com/zerodice0/youtube_thumbnail_generator
Any help would be greatly appreciated!
I’m encountering an issue where running commands like npx prisma generate and npx prisma migrate reset --force results in the error “maximum call stack size exceeded.” I came across guidance on X (Twitter) and decided to join Discord for further assistance.
Originally, I was working on a Mac Studio, but after moving my development environment to a MacBook, this error has been consistently occurring. Docker is running properly.
I initially used Node.js version 22.14, but after encountering the issue, I downgraded to 18.20 and 16.20, yet the problem persists. I also downgraded Prisma from the latest version to 4.0, but that didn’t resolve the issue either.
Just in case it helps, I’m sharing my GitHub repository where the issue has been occurring, although I feel a bit embarrassed:
Any help would be greatly appreciated!




GitHub
Contribute to zerodice0/youtube_thumbnail_generator development by creating an account on GitHub.
