Hi,
Here is repo of my application
When I use for example github login directly with next-auth(v4) there is no problem so code is working fine but when I use auth0 then I get error as shown in the screenshot below.
Not sure what is the problem.
Please help. Thanks
Based on Auth0 | NextAuth.js
I changed from
Auth0Provider({
clientId: process.env.AUTH0_CLIENT_ID,
clientSecret: process.env.AUTH0_CLIENT_SECRET,
domain: process.env.AUTH0_ISSUER
})
to
Auth0Provider({
clientId: process.env.AUTH0_CLIENT_ID,
clientSecret: process.env.AUTH0_CLIENT_SECRET,
issuer: process.env.AUTH0_ISSUER
})
That fixed the error.
system
Closed
November 21, 2024, 7:08pm
3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.