DBHanlder exited
Hi supabase team, i recently had a lot of issues related to "DBHanlder exited" from my application log, i digged up the documents from supabase and found out that the reason for this was the connection to the database was closed with an open transaction from client.
As you can see the logs from supabase i can find here in the pictures.
May you help me to find out the place or any documents or anyways where i can really goes deep dive to find the actual root cause of this? I tried to replicate this from my localhost, but hopeless because this is kind of random happening.
FYI: my application running with Go, using GORM as ORM library to connect with supabase with port 5432, i added the context to my transaction with 1 min time out. But i am sure the connection between my application to the database of supabase has never been disconnected while functioning, so this kinda make me lost here to the documentation.
Thank you for you attention.
As you can see the logs from supabase i can find here in the pictures.
May you help me to find out the place or any documents or anyways where i can really goes deep dive to find the actual root cause of this? I tried to replicate this from my localhost, but hopeless because this is kind of random happening.
FYI: my application running with Go, using GORM as ORM library to connect with supabase with port 5432, i added the context to my transaction with 1 min time out. But i am sure the connection between my application to the database of supabase has never been disconnected while functioning, so this kinda make me lost here to the documentation.
Thank you for you attention.


