New Event
At a glance
- New events are created via the platform UI at
/platform/events/create. - Event creation is immediate (DB insert) -- no job queue or separate deploy step.
- Legacy
npm run new-eventandnpm run use-eventare retired.
Do this
- Sign in as a platform operator at
/platform. - Navigate to
/platform/events/createand fill in event details. - Configure a subdomain for the event in the platform event details.
- Confirm the event resolves on its subdomain and the homepage loads.
When it fails
- Event not accessible: verify the domain entry in
platform_event_domainsand DNS configuration. - Permission denied: confirm your email is in
PLATFORM_OPERATOR_EMAILSor in theplatform_userstable. - See Troubleshooting.