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
db-host
, the provided database credentials for
db-user
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 advance