Hi,We have dev and QA "on premises" environments,when i try to access any applications in dev or QA i get the error saying "ERR_CONNECTION_TIMED_OUT " or ERR_TOO_MANY_REDIRECTS,But service center works fine in both environments and also there are no errors in the logs
Hi Naren,Without any more information....My guess is that you probably have an infinite redirect loop between screens in your application. My suggestion is to try to debug your screens redirect/navigation logic.
Regards,
Rúben
Thanks Ruben,But this is happening across all the applications in dev and QA,Including applications installed from forge.
Hi Naren,
Any Web Application Firewall or Load Balancer configured for your environment? Your issue sounds a lot like the one described in this post:
Perhaps the provided solution can help your case.Regards,
Nordin
Hi Naren.
Check the log in the service center to know where the issue happens and check the code there.
As Ruben said... this could be an infinite loop inside a weblock that is been used in severeal apps.
Regards
Gonçalo Almeida
The Same happened to me
In my case (which might be the same here) the publishing of the Application throwing the problem solved the problem
There could have been some outdated dependencies
Best