Event types
Each event represents a step in the provisioning process:| Event | Description |
|---|---|
| Namespace creation | Isolated environment is created for the resource |
| Database setup | Dedicated database is provisioned |
| Application deployment | Coder is deployed and configured |
| TLS certificate | HTTPS certificate is issued |
| DNS record | Domain record is created for your subdomain |
| Configuration | Additional settings applied (GitHub, login provider, etc.) |
Event details
Each event in the timeline shows:- Timestamp — when the event occurred
- Status — completed (green), failed (red), or in progress (yellow)
- Message — description of what happened
- Change badges — what infrastructure was affected:
+(green) — created~(yellow) — updated-(red) — removed→(blue) — read
Using events for troubleshooting
When provisioning fails:- Open the Events tab
- Find the event with a red (failed) status
- Expand it to see the error details
- Common patterns:
- Timeout — a component took too long to become ready
- Conflict — a component already exists (from a previous attempt)
- Permission — insufficient permissions for the operation