## What was reported
Issue resend/resend-node#826 (closed, 7 comments): ### Describe the Bug
I was upgrading my project deps and found deploy issue on cloudflare workers caused of one of deps. I started While upgrading my project dependencies, I encountered a deployment issue on Cloudflare Workers caused by one of the dependencies. I took a step-by-step approach to identify the problem and found that the `resend` package was the culprit. When I upgraded `resend` from version `6.4.2` to the latest `6.9.1`, I received an error during deployment and preview using `wrangler`.
The project is based on Nuxt (and Nitro).
```
[wrangler:info] ✨ Parsed 5 valid header rules
## The verified resolution
[gabrielmfern (maintainer)]: Seems like this was fixed in v6.9.2 through #820; the reproduction no longer breaks in it too. Going to close; if anyone still experiences this, let me know and I'll reopen.