Files
Hanzo Dev 9724fbf9a7 fix(frontend): bypass Postiz proxy guard for Hanzo Social routes
The Next proxy (middleware) 307-redirected every non-/auth path without an
'auth' cookie to /auth, intercepting the (social) group's `/` and all /hz/*
routes so the dashboard never rendered and /hz/auth/* + /hz/bff/* were guarded.
Bypass '/' and '/hz/*' early (Postiz behavior for its own paths untouched).
frontend 1.0.1 -> 1.0.2.
2026-07-14 23:38:27 -07:00
..