TanStackT
TanStack5mo ago
2 replies
worthy-azure

Global Middleware not working in prod

Hello, I have global-middleware.ts, with registerGlobalMiddleware at the end. I import ./global-middleware from server.ts (I also tried importing it from
router.tsx
). The middleware runs fine in development, but not in production (I added log to the middleware functions to check). Anyone else experience this?
Was this page helpful?