oAuth callback uri
Hi, so following a video I tried creating an app and deploying it to vercel with github login but I think I'm messing something with the env vars..
Adding pictures of my github OAuth settings and vercel env vars.
What happens is that when I try to login, it redirects me to localhost:3000 with this error:
"github?error=redirect_uri_mismatch&error_description=The+redirect_uri+MUST+match+the+registered+callback+URL+for+this+application."
I wanna say that while my localhost is running everything is okay so maybe I missed something that I should have changed.
Any clue on what I'm doing wrong?
Thanks
EDIT: I've tried both http and https for my env var, both give the same result
4 Replies