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
Not an issue per se but a reminder from the tutorial if you got stuck at fetching request fail!
I found that prisma ~2.11.0 from the starter code only works only on Node LTS(<14). On Node 16, it gives Error Assertion args[3]->IsInt32()' failed on latest while simply failing fetching without much clue.
Not an issue per se but a reminder from the tutorial if you got stuck at fetching request fail!
I found that prisma ~2.11.0 from the starter code only works only on Node LTS(<14). On Node 16, it gives
Error Assertion args[3]->IsInt32()' failed
on latest while simply failing fetching without much clue.You can also have a reference here.
Thanks for the great tutorial!
The text was updated successfully, but these errors were encountered: