Lord Zd
PPrisma
•Created by Lord Zd on 7/19/2024 in #help-and-questions
NPM network error only when trying to fetch Prisma
I am using node:20.15-alpine image with docker compose. I recently deployed a similar project without Prisma and it worked. I have confirmed its not a network error by pinging the registry. I will post the error and and compose files to follow.
7 replies
PPrisma
•Created by Lord Zd on 7/10/2024 in #help-and-questions
Unable to connect Prisma to RDS database
I am deploying a beta version of my webapp to prod however I am unable to connect to my RDS db. I have tried multiple different engines (Aurora Mysql, Mysql 8.0.35, MariaDB 10.11.6)
I keep getting the error "PrismaClientInitializationError: Authentication failed against database server at
db-host
, the provided database credentials for db-user
are not valid"
The credentials are definitely correct and I have tested connecting to the database without Prisma and it works perfectly fine.
Any guidance would be greatly appreciated as I have been troubleshooting this issue for 3 days with no luck.
Thanks in advance109 replies
PPrisma
•Created by Lord Zd on 6/29/2024 in #help-and-questions
Unknown argument 'ID' in double nested find many with one to many relation
Hi I have been recently refactoring a bunch of my more complicated queries to no longer use query raw unsafe and I have ran into an issue I have been unable to find any resources on.
Any help would be greatly appreciated I will post more details as I cant fit everything into the post.
8 replies