this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#242)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by

workers-frameworks
github-actions[bot]
and committed by
GitHub
a816233b 2c223cee

+9 -8
-7
.changeset/short-cats-kneel.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - fix: host not included in route handler urls 6 - 7 - 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
··· 1 1 # @opennextjs/cloudflare 2 2 3 + ## 0.3.6 4 + 5 + ### Patch Changes 6 + 7 + - 9ab86d4: fix: host not included in route handler urls 8 + 9 + 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. 10 + 3 11 ## 0.3.5 4 12 5 13 ### Patch Changes
+1 -1
packages/cloudflare/package.json
··· 1 1 { 2 2 "name": "@opennextjs/cloudflare", 3 3 "description": "Cloudflare builder for next apps", 4 - "version": "0.3.5", 4 + "version": "0.3.6", 5 5 "type": "module", 6 6 "scripts": { 7 7 "clean": "rimraf dist",