error in production, using Vercel
My app is running fine locally, I also have a local migrations folder and schema but as I have deployed my project on Vercel it's erroring out that,
I am using the Postgres docker image for my local database and I have deployed that image on Vercel and then I have connected my deployed next.js project to the Vercel db instance.
I do think that I will have to add some scripts to my
https://github.com/Boby900/docker-demo
I am using the Postgres docker image for my local database and I have deployed that image on Vercel and then I have connected my deployed next.js project to the Vercel db instance.
I do think that I will have to add some scripts to my
package.json file for the migrations in the prod but I am not able to get thathttps://github.com/Boby900/docker-demo


GitHub
a dashboard built with next.js, x-api, shadcn and docker-postgres. - Boby900/docker-demo
