Prisma postgres db not returning any records

I am getting this error with my prisma postgres instance. It was working just fine a few days ago
This request could not be understood by the server: {"type":"UnknownJsonError","body":{"code":"P6008","message":"Accelerate was not able to connect to your database. The underlying error is: Can't reach database server at `01jdpa97nkkn55vzfx27krp3n1.ewr1.db.prisma-data.net:5432`\n\nPlease make sure your database server is running at `01jdpa97nkkn55vzfx27krp3n1.ewr1.db.prisma-data.net:5432`."}} (The request id was: 8fd070b3cc01124f)
This request could not be understood by the server: {"type":"UnknownJsonError","body":{"code":"P6008","message":"Accelerate was not able to connect to your database. The underlying error is: Can't reach database server at `01jdpa97nkkn55vzfx27krp3n1.ewr1.db.prisma-data.net:5432`\n\nPlease make sure your database server is running at `01jdpa97nkkn55vzfx27krp3n1.ewr1.db.prisma-data.net:5432`."}} (The request id was: 8fd070b3cc01124f)
Also in prisma studio I can see the tables, but not the records
7 Replies
Nurul
Nurul•5w ago
Hello @Deeksha Rungta 👋 Can you please let me know your email id or the GitHub handle with which you signed up? I'll take a look.
Deeksha Rungta
Deeksha RungtaOP•5w ago
Github handle: deeksharungta
Nurul
Nurul•5w ago
Thanks, taking a look This is happening in development environment of project named Clankbot, right?
Deeksha Rungta
Deeksha RungtaOP•5w ago
Yes @Nurul (Prisma)
Nurul
Nurul•5w ago
It is failing with error: "Failed to connect: "Too many clients"" We are restarting the instance Thank you for report, we will have a fix for this error very soon. I'll inform you as soon as the instance is restarted @Deeksha Rungta Check now? It should work
Deeksha Rungta
Deeksha RungtaOP•5w ago
It's working now 🙌 Thank you very muchhh
Nurul
Nurul•5w ago
No worries! 🙌 Thank you for reporting this issue. We will ship a fix very soon to fix the underlying error that caused this.

Did you find this page helpful?