-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
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
Angular SSR with SSL is broken with the http client get for relative url #26652
Comments
@SetoKaiba, I am not really understanding when this happen, does this happen during prerendering, |
I'm running with |
…erver resolvedUrls With vite `header.host` is undefined when SSL is enabled. This resulted in an invalid URL to be constructed. Closes angular#26652
…erver resolvedUrls With vite `header.host` is undefined when SSL is enabled. This resulted in an invalid URL to be constructed. Closes angular#26652
…erver resolvedUrls With vite `header.host` is undefined when SSL is enabled. This resulted in an invalid URL to be constructed. Closes angular#26652
…erver resolvedUrls With vite `header.host` is undefined when SSL is enabled. This resulted in an invalid URL to be constructed. Closes angular#26652
…erver resolvedUrls With vite `header.host` is undefined when SSL is enabled. This resulted in an invalid URL to be constructed. Closes angular#26652
…erver resolvedUrls With vite `header.host` is undefined when SSL is enabled. This resulted in an invalid URL to be constructed. Closes angular#26652
…erver resolvedUrls With vite `header.host` is undefined when SSL is enabled. This resulted in an invalid URL to be constructed. Closes #26652
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Command
serve
Is this a regression?
The previous version in which this bug was not present was
No response
Description
It's working without SSL.
But it is broken after I use SSL.
The url becomes
https://undefined/assets/test.json
.Minimal Reproduction
Exception or Error
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: