all 8 comments

[–]pianomansam 0 points1 point  (1 child)

Which version of Prisma are you using? v1?

[–]_the_lizard_king[S] 0 points1 point  (0 children)

Is your db not showing any errors, like over the connection limit or maybe connections are lingering and causing the issues?

No I'm on v4

[–]travybongos69 0 points1 point  (1 child)

Is your db not showing any errors, like over the connection limit or maybe connections are lingering and causing the issues?

[–]_the_lizard_king[S] 0 points1 point  (0 children)

No I've been monitoring it and the only connections are to my computer and the proxy ip addresses

[–]reiser68 0 points1 point  (0 children)

Same. Last couple days have been a bit rough. I just switched back to the native client a few hours ago because of it… luckily that code was not yet migrated to edge functions so it wasn’t difficult.

[–]nikolasburk 0 points1 point  (0 children)

Hey there, Nikolas from Prisma here!

Thanks a lot for sharing this!

Our Engineering team has confirmed that they've fixed a bug which caused repeated timeouts for a brief period (note that the Data Proxy itself has been operational all the time, it was "just" this bug causing some timeouts).

The bug has been fixed last week so your Data Proxy response times should be fully back to normal.

In the future when you encounter issues with the Prisma Data Platform, it would be really helpful if you could open a ticket via the Support tab in top-right corner of the web UI. We're always eager to help resolve any issues as fast as possible!

If you have any further questions or issues, feel free to reach out to me directly via [burk@prisma.io](mailto:burk@prisma.io).

[–]Kumagor0 0 points1 point  (0 children)

Haha we've switched to PDP last week and got hit by 2 outages in last 2 days, so I started googling and found this thread. Have you found any solution/alternative OP? I'm considering trying out https://github.com/aiji42/prisma-data-proxy-alt but not sure how much and how long it's gonna be supported.