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
Server Error
Error: @prisma/client did not initialize yet. Please run "prisma generate" and try to import it again.
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Source
src\lib\prisma.ts (4:10) @ prismaClientSingleton
2 |
3 | const prismaClientSingleton = () => {
4 | return new PrismaClient();
| ^
5 | };
6 |
7 | declare global {