You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Flarna but isn't it nodejs issue to give such a bad message that you don't even know where the error came from, which package it came from. It nearly took me 1 hour to find it came from prisma. I think nodejs should give helpful message regardless.
The reason for the crash above is that a module used by prisma is calling an internal, non public API in the wrong way. All checks usually done by nodejs are bypassed here. There is not much nodejs can do in such cases.
Prisma Model
Error:
I don't think this is prisma related error? As the error seems to come from node_http_parser.cc I guess this is related to node.
How to debug such error :(
The text was updated successfully, but these errors were encountered: