Sudden issues after trying to access localhost with my nextjs app - no changes in code.
Hey! I randomly started getting this after running pnpm run dev to start my dev environment - it shows up after I actually try to enter the website. I did no changes to code whatsoever, it just started happening.
I am using prisma client and prisma 5.17 and nextjs 14.2.25 - I was wondering if anybody here might have a clue on what could have happened? I don't know what more info I could provide right away so just ask away if needed. Thanks in advance
5 Replies
You decided to hold for human wisdom. We'll chime in soon! Meanwhile,
#ask-ai
is there if you need a quick second opinion.https://github.com/su-its/core/pull/35
This was a quick fix that I tried and it worked for me, I still haven't found the correct one btw
GitHub
prisma
のバージョンを固定 by KikyoNanakusa · Pull Reque...やったこと
prisma のバージョンをDev以外でも固定
なぜ
prisma 6.6.0で破壊的な変更が加えられ, 動作に支障が生じたため.
参考
prisma/prisma#26840
Hey 👋
I was able to find this issue with similar error
https://github.com/prisma/prisma/issues/26839
GitHub
Issues with Prisma 6.6.0 · Issue #26839 · prisma/prisma
Bug description Since the release of Prisma 6.6.0 I have been experiencing issues after generating new models: thread '<unnamed>' panicked at query-engine/query-engine-node-api/src/en...
GitHub
Issues with Prisma 6.6.0 · Issue #26839 · prisma/prisma
Bug description Since the release of Prisma 6.6.0 I have been experiencing issues after generating new models: thread '<unnamed>' panicked at query-engine/query-engine-node-api/src/en...
I'll have to see if I can work with this - I was using pnpm dlx instead of exec and this might be it, although i never updated Prisma :monkaHmm:
Thanks for the response!