On a fresh CF deployment, if the first request hits a public page, the middleware fast-path skips runtime init. Template helpers like getSiteSettings() then query an empty database and crash with 'no such table: options'. Add a one-time setup probe in the middleware fast-path: check if the migrations table exists, and redirect to the setup wizard if not. The check is cached for the worker lifetime after first success. Also includes release workflow update to use GitHub App token and admin branding changeset.
Changesets
Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it in our repository
We have a quick list of common questions to get you started engaging with this project in our documentation