Files
moreminimore-redesign/packages
Matt Kane 3c319ed641 fix: redirect to setup wizard on fresh deployments when public page is first request
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.
2026-04-01 14:14:05 +01:00
..
2026-04-01 11:51:57 +01:00
2026-04-01 11:18:28 +01:00
2026-04-01 11:51:57 +01:00
2026-04-01 12:07:38 +00:00
2026-04-01 12:35:38 +00:00
2026-04-01 11:18:28 +01:00
2026-04-01 13:27:23 +01:00
2026-04-01 11:18:28 +01:00