···11----
22-"@opennextjs/cloudflare": patch
33----
44-55-fix: host not included in route handler urls
66-77-Next.js was unable to re-construct the correct URLs for the request in a route handler due to being unable to retrieve the hostname. This was due to the internal Next.js option `trustHostHeader` being disabled in OpenNext when there is external middleware - this option is needed for the Next.js server in our environment.
+8
packages/cloudflare/CHANGELOG.md
···11# @opennextjs/cloudflare
2233+## 0.3.6
44+55+### Patch Changes
66+77+- 9ab86d4: fix: host not included in route handler urls
88+99+ Next.js was unable to re-construct the correct URLs for the request in a route handler due to being unable to retrieve the hostname. This was due to the internal Next.js option `trustHostHeader` being disabled in OpenNext when there is external middleware - this option is needed for the Next.js server in our environment.
1010+311## 0.3.5
412513### Patch Changes