Skip to main content
The Events tab on the resource detail page shows a timeline of everything that happens during provisioning.

Event types

Each event represents a step in the provisioning process:
EventDescription
Namespace creationIsolated environment is created for the resource
Database setupDedicated database is provisioned
Application deploymentCoder is deployed and configured
TLS certificateHTTPS certificate is issued
DNS recordDomain record is created for your subdomain
ConfigurationAdditional 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:
  1. Open the Events tab
  2. Find the event with a red (failed) status
  3. Expand it to see the error details
  4. 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
Share the event details when contacting support for faster resolution.