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
A lot of people have problems when their app is behind a load balancer or a reverse proxy: they don't have the right HTTP port, or isSecure does not return the right value.
We should probably have a dedicated cookbook about this topic and how you can use Request::setTrustedHeaderName(), Request::setTrustedProxies(), the HTTP(S) port configuration in the settings, ...