Unable to connect to prisma on T3 Stack project on new machine

Hello, I am transferring a project from my laptop to my desktop, and I copied my .env from one machine to another. On old old machine, I can run npm run dev locally and everything works great. However, on my desktop I get the following error after trying to load a page on the site:
prisma:error
Invalid `prisma.project.findMany()` invocation:


Can't reach database server at `us-west.connect.psdb.cloud`:`3306`

Please make sure your database server is running at `us-west.connect.psdb.cloud`:`3306`.
❌ tRPC failed on project.getAllProjects:
prisma:error
Invalid `prisma.project.findMany()` invocation:


Can't reach database server at `us-west.connect.psdb.cloud`:`3306`

Please make sure your database server is running at `us-west.connect.psdb.cloud`:`3306`.
❌ tRPC failed on project.getAllProjects:
1 Reply
n3sonline
n3sonline12mo ago
Figured it out. Leaving the question up so it can solve someone elses problem hopefully. I was on a VPN, apparently PlanetScale does not like ExpressVPN