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
Describe the bug
.wasp/out/sdk/wasp/node_modules/.prisma/client/default.d.ts Is not updated to include the defined prisma schema tables. So starting the wasp server leads to getting error: Module '"@prisma/client"' has no exported member
.wasp/out/sdk/wasp/entities/index.ts is visibly getting errors: Module '"@prisma/client"' has no exported member "model"
Expected behavior
.wasp/out/sdk/wasp/entities/index.ts and .wasp/out/sdk/wasp/node_modules/.prisma/client/default.d.ts should be to have generated the defined prisma schema tables
Screenshots
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
When using wasp version 0.14.2: The contents of node_modules/.prisma/client/index.d.ts Are being generated correctly.
When in wasp version 0.15.0: The contents are missing the defined prisma schema contents
The text was updated successfully, but these errors were encountered:
Describe the bug
.wasp/out/sdk/wasp/node_modules/.prisma/client/default.d.ts Is not updated to include the defined prisma schema tables. So starting the wasp server leads to getting error: Module '"@prisma/client"' has no exported member
To Reproduce
Steps to reproduce the behavior:
Expected behavior
.wasp/out/sdk/wasp/entities/index.ts and .wasp/out/sdk/wasp/node_modules/.prisma/client/default.d.ts should be to have generated the defined prisma schema tables
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
When using wasp version 0.14.2: The contents of node_modules/.prisma/client/index.d.ts Are being generated correctly.
When in wasp version 0.15.0: The contents are missing the defined prisma schema contents
The text was updated successfully, but these errors were encountered: