Does D1 support transaction? I’m trying build a web app with next-on-pages, D1 and drizzle-orm. D

Does D1 support transaction?

I’m trying build a web app with next-on-pages, D1 and drizzle-orm.

Drizzle transaction API seems to be working fine for local development. However, it fails on production and preview deployments with the following error “Error: D1_Error: Error: not authorized

This doesn’t looks like a binding issue as all other non-transaction calls to D1 works without any errors.
Was this page helpful?