ReactSSRCasts
ReactSSRCasts copied to clipboard
Error: redirect_uri_mismatch
Lesson 69 "Header Customization": I'm trying to login with google, but keep getting the same error: redirect_uri_mismatch.(status code: 400). I think it's because my localhost using "http:"
and query params:
redirect_uri: https://localhost:3000/api/auth/google/callback
@monastyrskiiden Did you find a solution? I even changed the express server to load over HTTPS. Same error. This course is extremely outdated.