Fattrick Collins
Fattrick Collins
PPrisma
Created by Fattrick Collins on 11/25/2024 in #help-and-questions
creation of new user failed and exited an error in vercel logs for my project
12 replies
PPrisma
Created by Fattrick Collins on 11/25/2024 in #help-and-questions
creation of new user failed and exited an error in vercel logs for my project
thanks a lot.......
12 replies
PPrisma
Created by Fattrick Collins on 11/25/2024 in #help-and-questions
creation of new user failed and exited an error in vercel logs for my project
@RaphaelEtim yes it worked finally i found out that the cause of the error had to be from the database for some reasons not being in sync to my database so i decided to delete all my migrations, reset the database and then i ran npx prisma migrate dev --name init which i used to initialize the whole project and then i ran npx prisma migrate dev to ensure that the migration worked well afterwards i ran npx prisma generate and then it all worked
12 replies
PPrisma
Created by Fattrick Collins on 11/25/2024 in #help-and-questions
creation of new user failed and exited an error in vercel logs for my project
No description
12 replies
PPrisma
Created by Fattrick Collins on 11/25/2024 in #help-and-questions
creation of new user failed and exited an error in vercel logs for my project
okay let me give it a try
12 replies
PPrisma
Created by Fattrick Collins on 11/25/2024 in #help-and-questions
creation of new user failed and exited an error in vercel logs for my project
i added this line "vercel-build": "prisma generate && prisma migrate deploy && next build" to the scripts in my package.json which has prisma migrate deploy in it and should be executed when vercel builds the application or should i have vercel run it separately?
12 replies
PPrisma
Created by Fattrick Collins on 11/25/2024 in #help-and-questions
creation of new user failed and exited an error in vercel logs for my project
@everyone
12 replies