We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start
as of 1.95.7, you could call getHeader("host") from a server function and it would give the full domain: eg: subdomain.localhost:3000,
getHeader("host")
subdomain.localhost:3000
after 1.96, the host the only returns as localhost:3000
localhost:3000
oddly, if you router.invalidate() lower in the app, it will return the full headers
router.invalidate()
n/a
As a user I'd expect the correct host headers from where the server is function is called
No response
mac os chrome version 1.97.2
The text was updated successfully, but these errors were encountered:
duplicate of #3173
Sorry, something went wrong.
No branches or pull requests
Which project does this relate to?
Start
Describe the bug
as of 1.95.7, you could call
getHeader("host")
from a server function and it would give the full domain: eg:subdomain.localhost:3000
,after 1.96, the host the only returns as
localhost:3000
oddly, if you
router.invalidate()
lower in the app, it will return the full headersYour Example Website or App
n/a
Steps to Reproduce the Bug or Issue
Expected behavior
As a user I'd expect the correct host headers from where the server is function is called
Screenshots or Videos
No response
Platform
mac os
chrome
version 1.97.2
Additional context
No response
The text was updated successfully, but these errors were encountered: