Requests not resolving

GET and POST request made from my websites don’t resolve and just reload the page. They’ve been working fine for several months now, so I wonder if there are server issues at the moment or if there have been changes to the way requests are handled. Code works fine in development environment.

1 Like

Hello, and Welcome to the InfinityFree Forum!

I am noticing a similar issue as well, the GET and POST requests are timing out and reporting the following after a minute:

The Gateways may be overloaded right now, but I am not sure. I guess try again later?

2 Likes

thanks for replying!
Ok, I’ll wait for the gateways to be working again and update this post when websites are behaving normally. Thanks!

Gateway Timeout is typically not “the gateway” being overloaded, but simply the PHP code being triggered taking more than 60 seconds to run and the server giving up. It doesn’t indicate a server problem.

6 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.