Hello everyone, currently few of my users face 504 Gateway Time-out error. But i haven't faced the issue till now, what could be the reason only few users face it. Is it time to switch host or something needs to be done to avoid these errors?
Any 5xx error is a server side error, not client. In this case, a 504 error means whatever server is hosting your website didn't receive a response in time from another server it requested information from. Normally this is caused by the server being overwhelmed with request and it cannot handle them all.
Edit:
I should rephrase. A 504 error is a result of one server timing out waiting on another server to handle a request. It doesn't necessarily have to be the server that your website is on.
Thanks for the details, i came to know about that after some research. But it is happening to few users not me. Is there any work around on fixing the issue or switching to new host or plan will help?
There a number of things that you could look at between application side, DNS, firewall, proxy settings or any number of other factors. I would start by look at any errors noted in your XF ACP under Tools > Logs > Server Error Log. If you don't see anything in the log, or even if you do, you can take that information to your host and they should be able to help from there.
Hmm okay, had few errors before and i thought it was nothing and deleted it..a novice mistake. Next time i will make sure i use the server logs to check with my host.