Skip to content

Commit

Permalink
fix: adjusted config file
Browse files Browse the repository at this point in the history
Adjusted KINDE_URL in next.config.ts to debug auth login issues
  • Loading branch information
hbabb committed Dec 7, 2024
1 parent 6075f53 commit 81e2a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const nextConfig: NextConfig = {
typedRoutes: true,
},
env: {
KINDE_SITE_URL: env.KINDE_SITE_URL ?? `https://${process.env.VERCEL_URL}`,
KINDE_SITE_URL: `https://${process.env.VERCEL_URL}`,
KINDE_POST_LOGOUT_REDIRECT_URL:
env.KINDE_POST_LOGOUT_REDIRECT_URL ?? `https://${process.env.VERCEL_URL}/login`,
KINDE_POST_LOGIN_REDIRECT_URL:
Expand Down

0 comments on commit 81e2a4d

Please sign in to comment.