You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(kernel)!: register day-zero middleware before providers mount routes
togo.New() called Router.Use() AFTER applyProviders(), but providers (auth) mount
routes during applyProviders → chi panic 'all middlewares must be defined before
routes'. Reordered: Use/NotFound/MethodNotAllowed first, then applyProviders.
Regression test added.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments