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
Hi, I just downloaded your repository and tried to run nestjs-prisma. While trying to create a user, I encountered the following error: The table `main.User` does not exist in the current database.
Am I the only one affected by this error?
Also probably something is not working with prisma 5.10.2. When you run the serve command the error is as follows: Error: Cannot find module 'nx-recipes/nestjs-prisma/node_modules/@prisma/client/one'
The text was updated successfully, but these errors were encountered:
Hi, I just downloaded your repository and tried to run nestjs-prisma. While trying to create a user, I encountered the following error:
The table `main.User` does not exist in the current database.
Am I the only one affected by this error?
Also probably something is not working with prisma 5.10.2. When you run the serve command the error is as follows:
Error: Cannot find module 'nx-recipes/nestjs-prisma/node_modules/@prisma/client/one'
The text was updated successfully, but these errors were encountered: