Im trying to push to Planetscale using Prisma, but keep getting the next error:
Error: P1001: Can't reach database server at aws.connect.psdb.cloud
:3306
Please make sure your database server is running at aws.connect.psdb.cloud
:3306
.
I setup everything as I did many times before, but now I cant find any error. Any solution?
Used npx prisma generate to check if its working, generated successfully. Then used npx prisma db push and got the error.