Hi,
I have a wierd issue.
So I haven't been working on our store, but suddenly I cannot reach it anymore and get the error code 503. After a while it's reachable again and then the same error again after some time. Not doing any changes.
Does someone have an idea why? I activated Magento cache in December, does this have anything to do with the issue?
Thanks
Yuan
@steelvintage can you try by adding the below code in index.php of your root magento directory so that errors may be visible there.
ini_set('display_error',1);
Thanks
This error happen for a wide variety of reasons. Normally, this error can be due to a temporary overloading or maintenance being performed on the server and it is resolved after a period of time or once another thread has been released by web-server application. In most cases this could happen (assuming there are no faults in your app) if there are long running tasks and as a result the request queue is backed up.The subsequent points serve as a possible fix, aimed toward resolving the 503 Service Unavailable Error.