Nkt
nuxt3 + prisma + PostgreSQL deployment
Hello guys. I made an application on nuxt3 + prisma(PostgreSQL). At first, I developed the application locally and everything worked. But when I made a deployment on Vercel, something went wrong. My front-end is working (at least the registration and authorization pages), but apparently the APIs that are supposed to work with the database are not working. In the browser console, I get this error: Uncaught TypeError: Failed to resolve module specifier ".prisma/client/index-browser". Relative references must start with either "/", "./", or "../". Please help.
Here is the link to the github:https://github.com/Xromosoma-STraha/l
5 replies