TypeError resolver is not a function at apiauthsession endpoint
Im trying to configure Google Credentials with the Google API to have the login working.
Ive put the URI redirect to http://localhost:3001/api/auth/callback/google (im using port 3001)
On my Signup button i have
on the nextAuth file:
Clicking the button tho will give me a
Kinda learning how this stack works and a bit blind on this one, if anyone has any tip would be greatly appreciated.
https://github.com/FACorreiaa/FitME
If anyone has 5mins to spare, im sure more experienced people with this stack could see what im doing wrong. tyvm
GitHub
GitHub - FACorreiaa/FitME: Fullstack Typescript Fitness App
Fullstack Typescript Fitness App. Contribute to FACorreiaa/FitME development by creating an account on GitHub.
5 Replies
What you have on your callback url on their site?
Sorry for the language of my browser.
Its the accepted javacript origins and redirected URIs.
I put 3 because there is another app that i use that sometimes uses the port 3000. So i use 3001 or 3002 as well.
Tried to do the Github auth and also get same error so i would guess its something on my config ? Im really blind on this one.
Anyone ?
Im a dumbass
This was missing in the end. But thankfully now everything works