The callback page was placed under app/(auth)/callback/ — a Next.js route group — which mapped to /callback instead of /auth/callback. Move it to app/auth/callback/ so the URL matches the Google OAuth redirect URI. |
||
|---|---|---|
| .. | ||
| app | ||
| components | ||
| features | ||
| hooks | ||
| lib | ||
| public | ||
| shared | ||
| test | ||
| components.json | ||
| next-env.d.ts | ||
| next.config.ts | ||
| package.json | ||
| postcss.config.mjs | ||
| proxy.ts | ||
| tsconfig.json | ||
| vitest.config.ts | ||