How are you? The website is on our aapanel. Our website access was closed 3 days ago, after renewing our service access and reopening, the following error appears and is not working
Service Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Heya @895ac47570804745b67ed47bae5c38,
If you are using a Managed product, I’ll recommend contacting DigitalOcean support for that or try to re-deploy the app.
If you are using a Droplet and only the website itself is showing that, it’s possible you might need to re-activate it from your panel(cPanel or whatever is being used).
If not, can you provide a little bit more information on what products you are using?
Hi,
It’s possible during the
Service Unavailable
issue you have seen for there to have been an outage or a planned maintenance.When that happens you can check the Status page here:
If you are still seeing the issue, you can reach out to the DigitalOcean support team who will be more than happy to assist you:
Also, if you are able to SSH to your Droplet, I would suggest checking your server error logs. If you’re using a web server like Apache or Nginx, they’ll have error logs that can provide clues about what’s causing the service to become unavailable.
/var/log/apache2/error.log
/var/log/nginx/error.log
Hope that helps!
- Bobby.