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!
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()' failedon latest while simply failing fetching without much clue.You can also have a reference here.
Thanks for the great tutorial!