AI FirstD3V
AI FirstD3V
still under review?
@anburocky3 @Vegas97 @ajstars1 @fjobeir @kenny-mwendwa Since ^5.0.0-beta.17, AppRouteHandlerFnContext has been added. so I wrote this code. But, I'm not sure I can' return NextResponse.next() because if I use "return null",...
pnpm dlx doesn't work with drizzle-kit.. It's weird ! It should work
@divyam234 Thing is how to call the getServerSession(req) in server components with Request parameter? I don't know how to pass the req in nextjs server component.. Also, setting callbackUrl doesn't...
@aifirstd3v Of course, it should work for the NextJS middleware because it provides the Request/Response. I just wanted to know how to use such a thing in server components freely...