Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: apply clerk debug on prod

mxkaske 7432ba32 33cb28b2

+1 -1
+1 -1
apps/web/src/middleware.ts
··· 94 94 ], 95 95 ignoredRoutes: ["/api/og", "/discord", "/github", "/status-page/(.*)"], // FIXME: we should check the `publicRoutes` 96 96 beforeAuth: before, 97 - debug: false, 97 + debug: true, // FIXME: status.revert.dev 98 98 async afterAuth(auth, req) { 99 99 // handle users who aren't authenticated 100 100 if (!auth.userId && !auth.isPublicRoute) {