Application has a lot of network redirects which use the HOST and other headers from requests. These don't reflect the public host when behind proxies and in some hosting environments.
Remove the unecessary redirects e.g. http to https where it is more appropriate to handle in infrastructure, use a single environment variable to properly configure user redirects.
Application has a lot of network redirects which use the HOST and other headers from requests. These don't reflect the public host when behind proxies and in some hosting environments.
Remove the unecessary redirects e.g. http to https where it is more appropriate to handle in infrastructure, use a single environment variable to properly configure user redirects.