I'm getting this error when using hono on a durable object that has d1 bound. Not getting it on a wo

I'm getting this error when using hono on a durable object that has d1 bound. Not getting it on a worker:
Trace: TypeError: Fetch API cannot load: /get/rows
    at d1-beta-facade.entry.js:1528:16
    at Hono.dispatch (d1-beta-facade.entry.js:1192:15)
    at Hono.fetch (d1-beta-facade.entry.js:1093:19)
    at Object.fetch (d1-beta-facade.entry.js:1743:28) {
  stack: TypeError: Fetch API cannot load: /get/rows
    at…at Object.fetch (d1-beta-facade.entry.js:1743:28),
  message: Fetch API cannot load: /get/rows
}

Has anyone seen this before? The route just does a return c.text("hey")
Was this page helpful?