Usually, too many redirects is caused by invalid https setup. Did you set up your ssl? As far I remember it should be set on LB and not on workers.
Hope it helps!
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi guys, i just setup 4 web servers on forge, 1 loadbalancer, 2 application servers, 1 database server. i linked point my domain to the loadbalancer correctly, i also deployed my webApp to the App servers, and setup my database, i have done all necessary networking of the LB to the App Servers and the App servers to the DB server, and have also added the private IP of my LB to the TrustedProxies in my laravel middleware.
Everything appear fine as it should be when you hit the root of the app '/', the landing page displays as should, however when you try to login or register a user, the page loads for a while then redirects to the logged in page but does not display the view, it shows this error "ERR_TOO_MANY_REDIRECTS".
I tried to untick one of the App servers from the LB network setting so that all traffics go to the 1st server and everything worked fine. i cant figure out what might be the problem, i need your help.
Thanks in advance.
Please or to participate in this conversation.