Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
Hi @andrewaseal,
Usually, when you receive such an error it’s because some service is down, like Nginx. It’s weird if you restarted all services and the issue still persisted.
What I’ll recommend is to check your Nginx logs to see if you can spot the error there.
Hello @andrewaseal
I’ll recommend checking the status of Nginx once you’ve restarted the service.
Additionally, if there was a recent package update there might be some updated dependency which is causing the issue.
Examining the server logs (Nginx/access logs) should give you more detailed information about the issue.
If you’re running any Firewall configuration management like iptables you can try to temporary disable it and check if the problem remains.
Regards