chore(debug): next-auth url
This commit is contained in:
@@ -84,6 +84,9 @@ export async function GET(
|
|||||||
* automatically redirecting to it inside of `signIn`.
|
* automatically redirecting to it inside of `signIn`.
|
||||||
* https://github.com/nextauthjs/next-auth/blob/3c035ec/packages/next-auth/src/lib/actions.ts#L76
|
* https://github.com/nextauthjs/next-auth/blob/3c035ec/packages/next-auth/src/lib/actions.ts#L76
|
||||||
*/
|
*/
|
||||||
|
console.log({ login_AUTH_URL: process.env.AUTH_URL })
|
||||||
|
console.log({ login_NEXTAUTH_URL: process.env.NEXTAUTH_URL })
|
||||||
|
console.log({ login_env: process.env })
|
||||||
const redirectUrl = await signIn(
|
const redirectUrl = await signIn(
|
||||||
"curity",
|
"curity",
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -129,4 +129,6 @@ const nextConfig = {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log({ config_ENVS: nextConfig.env })
|
||||||
|
|
||||||
export default nextConfig
|
export default nextConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user