workers-frameworks
released this
10 Jan 08:47
·
46 commits
to main
since this release
Patch Changes
-
9ab86d4: fix: host not included in route handler urls
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.