Better-PaaS

Troubleshooting

Fixes for the most common Better-PaaS issues.

Stuck? Most problems fall into a handful of buckets. Find your symptom below.

I can't log in to the dashboard

My deploy failed

My custom domain has no HTTPS

My server is running out of space

An update broke something

Checking service health

# Are the services running?
sudo systemctl status better-paas-backend
sudo systemctl status better-paas-frontend

# Follow backend logs live
journalctl -u better-paas-backend -f

# Is the API healthy?
curl http://localhost:8080/api/health

Still stuck?

Open an issue on GitHub with your symptom, what you tried, and the relevant logs.

On this page