Better Auth with T3 Stack and Middleware not working
Hey i'm using T3 stack and trying to implement better auth to it. I'm having problems with my middleware, as it seems that it does not do anything.
middleware.ts:
routers/story.ts:
lib/auth.ts:
lib/auth-client.ts:
dashboardPage:
What is causing this middleware problem?
Middleawre is at the root, same place where package.json is.
package.json:
2 Replies