Localhost is okay but when deploying to vercel, after sucessful login, it keeps redirect 307 to logi
Unanswered
Philippine Crocodile posted this in #help-forum
Philippine CrocodileOP
// Routes Middleware should not run on
export const config = {
matcher: ['/((?!api|_next/static|_next/image|.*\\.png$).*)'],
}4 Replies
Have you added env variables?
Philippine CrocodileOP
yes i did
I'll need a Min Repro Repo