Hi guys, new dev here. I am using hono with Drizzle as ORM and d1 sqlite as database and having trou

Hi guys, new dev here. I am using hono with Drizzle as ORM and d1 sqlite as database and having trouble with delete routes in production although they work just fine locally. I am getting the "D1_Error: not authorized" on all the routes that attempt to create a transaction and then delete a record from the DB using Drizzle. Need some help with this. It would be very much appreciated
Was this page helpful?