ahmetfalan
ahmetfalan
PPrisma
Created by ahmetfalan on 5/17/2024 in #help-and-questions
NextJS version 13.5.4 in prod getting Internal Server Error
Im using 13.5.4 of the nextjs version and I tried other versions too but I always get internal server error in prod mode but in local there is no problem. I tried other databases too but I still get the same error. There is no problem with databases because I tried with other projects too but they seem to work. I am using AWS Amplify for hosting and AWS RDS for databases. By the way I can connect to databases with data management tools. What could be the reason for this? Prisma and Prisma Client version 5.14.0 The steps when I follow while installing prisma: npx prisma init npx prisma db pull npx prisma generate
2 replies