You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(@angular/ssr): ensure correct Location header for redirects behind a proxy
Previously, when the application was served behind a proxy, server-side redirects generated an incorrect `Location` header, causing navigation issues. This fix ensures that the `Location` header uses the port available from the `Host` header, enabling accurate redirects in proxy environments.
0 commit comments