I'm trying to connect to my db using the new Postgres + Prisma setup. For some reason whenever I try to push or migrate I keep getting the message
Error: P1001: Can't reach database server at `us-east-1.sql.xata.sh:5432`Please make sure your database server is running at `us-east-1.sql.xata.sh:5432`.
Error: P1001: Can't reach database server at `us-east-1.sql.xata.sh:5432`Please make sure your database server is running at `us-east-1.sql.xata.sh:5432`.
I've used Postgres connections to other databases as well, and I've confirmed that the Postgres is enabled If it makes any difference, I'm using Prisma 5.17.0 on a Next.js 14.2.5 project. Any help is much appreciated, thank you!