RPC calls to Durable Object throw "internal error" when Tail Worker is connected
OAuth callback failed: internal error; reference = lgppsme4v6d7pl47h57npdvq
The tail worker for the main worker seems to be working (it's a simple fetch() call to Axiom) but the Durable Object seems to be throwing "internal error" when the tail consumer is set
No logs are captured from the customerManager. If i remove the tail consumer from the service, invoking the durable object works again1 Reply
in this case CustomerManager is exported from the main
index.ts
and in wrangler.toml:
the tail worker is the same worker (index.ts export)