Replies: 1 comment 1 reply
-
It'd be helpful if you include the error and some code that shows what you're doing. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have set up a Bun, hono, drizzle, postgresql project
I am running a postgresql container in Docker
Whenever I make a GET requets to get data from db, It's working fine
Whenever I make POST/PUT request that doesn't involve db mutation, It's working fine
Whenever I make a POST/PUT request that either insert or update the rows in any table, It is taking a lot of time and connection is getting aborted.
It was working fine perfectly, all of a sudden I am getting this error. I have deployed this project to AWS as well It is working fine.
I can't understand why it's happening
I thought might be docker issue so I used NeonDB hosted postgres using connection string, still db mutation request are taking more than 20 mins and also the requets getting aborted automatically.
Beta Was this translation helpful? Give feedback.
All reactions