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
Description and expected behavior
I started the development of a Nuxt application and after defining my zenstack schema, I wrote an API route for the server to retrieve a file entity from the database. But I get an error after having at the execution level of enhance(prisma). However I have already run npx zenstack generate and npx prisma db push.
Screenshots zmodel
global prisma client
route api
Environment (please complete the following information):
ZenStack version: 2.11.5
Prisma version: 6.3.x
Database type: Postgresql
Additional context
I running nuxt with compatibility version 4
The text was updated successfully, but these errors were encountered:
Description and expected behavior
I started the development of a Nuxt application and after defining my zenstack schema, I wrote an API route for the server to retrieve a file entity from the database. But I get an error after having at the execution level of enhance(prisma). However I have already run
npx zenstack generate
andnpx prisma db push
.Screenshots
zmodel
global prisma client
route api
Environment (please complete the following information):
Additional context
I running nuxt with compatibility version 4
The text was updated successfully, but these errors were encountered: