prisma doesn't respond when you try to contact the database
AnsweredI host node js app with prisma and mysql as database, all configurations have been done, I run "npx prisma generate", it works, but when I run a get request for example, it runs until timeout and does not return a response for several minutes and crashes at the end.
-
Hi,
Is your server using CloudLinux? If so, it's possible the application is hitting LVE limits. Otherwise, I'd suggest checking the Apache error log ( /etc/apache2/logs/error_log ) to see if any helpful entries are logged regarding the crash. There are also separate node js logs that could contain additional information that I recommend checking:
0
Please sign in to leave a comment.
Comments
1 comment