My application was working fine yesterday. I started my PC today. When I tried to start Magento I got this error message.
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
I am not able to open even admin page and I am not even able to see any sort of errors on then page. If I give any URL of my Magento site I am getting the above output. How do I resolve this?
Check the root folder of your Magento installation directory .You will find maintenance.flag file, delete it and refresh the site .it will work fine.
If removing the flag shows service temporary unavailable. Go to "http://localhost.com/downloader" and unisntall slider banner,BusinessDecision_Interaktingslider,lightbox2 and anotherone that I dont remember.
Now in new version magento2 on Generate error Service Temporarily Unavailable.
From this path which is changed
magento2/var/maintenance.flag
.Also
To fix Service Temporarily Unavailable Magento 2, you should:
var/.maintenance.flag
in Magento root folderphp bin/magento cache:flush
Check if there is a file called maintenance.flag and if so delete it.
When Magento is performing certain tasks it temporarily creates this file. Magento checks for its existence and if it's there will send users to the page you described.
It's supposed to automatically delete this file when done processing whatever task it was doing, but I've experienced occasions where something went wrong and it failed to delete it.