request headers host unexpectedly changed #60069
Unanswered
mjkohan
asked this question in
App Router
Replies: 1 comment
-
This issue was introduced in #53131 in this release: https://github.com/vercel/next.js/releases/tag/v13.4.15 downgrading to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have a multi-tenancy app.
the req headers suddenly working unexpected
const hostname = req.headers.get("host")
the host name is [::1]:51709. it was like :"shop1.exmple.com"
im using req.headers.get("referer") for the hotfix but its null sometimes and im looking for a right solution
Beta Was this translation helpful? Give feedback.
All reactions