Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
`DbHandler exited` error while executing a transaction through Drizzle ORM on a Vercel Edge Runtime - Supabase
S
Supabase
•
2y ago
•
3 replies
hayata
`DbHandler exited` error while executing a transaction through Drizzle ORM on a Vercel Edge Runtime
🟢
SQL
I
'm constantly getting the
DbHandler exited
DbHandler exited
error when I execute a transaction though Drizzle ORM transaction API against Supabase database from a Vercel Edge Runtime
.
https://orm.drizzle.team/docs/transactions
Other statements that are exeucted outside a transaction is working fine
. It seems the error happens right after a
begin
begin
statement is sent
.
The weird thing is that the transaction finishes with data being saved without an issue
. However
, the error
DbHandler exited
DbHandler exited
is printed out on console in the middle of the execution
.
I
'm wondering why I
'm getting this error
.
Drizzle ORM - Transactions
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind
.
Supabase
Join
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
DbHandler exited error
S
Supabase / help-and-questions
2mo ago
Docker build error -> edge-runtime
S
Supabase / help-and-questions
14mo ago
Does anyone else gets this messages along the day? 'uncaughtException: error: DbHandler exited.'
S
Supabase / help-and-questions
2mo ago
Error while adding edge function
S
Supabase / help-and-questions
3w ago