cms.c2sgmbh/src
Martin Porwoll a77c2b747d fix: make SEO global read public to prevent 403 during admin SSR
The SEO Settings global had `read: ({ req: { user } }) => Boolean(user)`
which requires authentication. During admin panel server-side rendering
(after saves), the user context is not propagated to global reads,
causing a Forbidden error that crashes the entire page render.

SEO data is not sensitive, so public read access is appropriate.
Also removes temporary debug logging.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 13:32:00 +00:00
..
app fix: stabilize guard responses and validation typing 2026-02-17 11:47:55 +00:00
blocks feat: multi-tenant contact form refactoring 2026-02-17 16:22:58 +00:00
collections fix: add cms.c2sgmbh.de to CORS/CSRF and save isSuperAdmin to JWT 2026-02-25 12:32:51 +00:00
components/admin fix: resolve global typecheck errors 2026-02-17 08:57:32 +00:00
globals fix: make SEO global read public to prevent 403 during admin SSR 2026-02-25 13:32:00 +00:00
hooks fix: form submission hooks — tenant propagation + email notification 2026-02-17 16:58:40 +00:00
jobs fix: resolve global typecheck errors 2026-02-17 08:57:32 +00:00
lib fix(access): allow tenant resolution from query parameter in tenantScopedPublicRead 2026-02-21 00:44:42 +00:00
migrations feat: multi-tenant contact form refactoring 2026-02-17 16:22:58 +00:00
types feat(community): Phase 2.3 - Meta (Facebook + Instagram) Integration 2026-01-16 21:28:40 +00:00
instrumentation.ts feat: security hardening, monitoring improvements, and API guards 2026-02-17 11:42:56 +00:00
middleware.ts feat(security): enhance CSRF, IP allowlist, and rate limiter with strict production checks 2025-12-18 05:06:15 +00:00
payload-generated-schema.ts feat(Community): add Community Inbox View, Rules Engine, and YouTube OAuth 2026-01-15 16:26:08 +00:00
payload-types.ts feat: multi-tenant contact form refactoring 2026-02-17 16:22:58 +00:00
payload.config.ts fix: make SEO global read public to prevent 403 during admin SSR 2026-02-25 13:32:00 +00:00