Logs, restart and environment variables in your portal
Under Portal → Sites → your app you find:
- Status and replicas: whether the container runs, the last deploy and the image that is live.
- Logs: the last lines of your app on request. This is the first place to look when something is wrong.
- Restart: stops and starts the container. Solves most stuck states after a bad deploy.
- Environment variables: stored as secrets; shown once when you save them, never again. We can technically read them (that is in the privacy statement); we do not, unless you ask.
- Database details: host, database name and user; the password can be reset from the portal.
- Usage against the plan limits (database size, connections, traffic).
We support the platform, not your code: if your app crashes because of a bug in the app, the logs are yours to read. Want help with the code? Ask for custom work in a ticket.
Checked against the code on 2026-09-13 · Evidence: app/portal/sites/[id]/page.tsx, lib/bouwstenen/container.ts