Web Developer
Hello people, I need urgent help.
It's like this I'm using auth.js to authenticate my site and using Google to log in, when I click to log in with Google it redirects to the Google page I log in, but when it goes back to my site it goes to this url:
"https://www.templaite.ai/api/auth/callback/google? code=4%2F0AQSTgQETe0hEXCebjFwvY4xpq7tMfmgwTpcsUQ9Q-rEehAex-rRVAr_qjWZW4-p7NSgsQQ&scope=email+profile+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email+https%3A%2F%2Fww. googleapis.com%2Fauth%2Fuserinfo.profile+openid&authuser=0&prompt=none"
And does not create the session token, this only happens when I deploy the site on vercel
Localhost does not happen.