I'm getting an error fetching a file from R2 within my workflow ```[ERROR] Uncaught (in promise) DOM

I'm getting an error fetching a file from R2 within my workflow
[ERROR] Uncaught (in promise) DOMException

  const file = await step.do("get file from R2", async () => {
    return this.env.STATEMENT_BUCKET.get(fileIdentifier)
  });
Was this page helpful?