#Google auth logic error!
18 messages · Page 1 of 1 (latest)
Redirect uri mismatch. The uri you've registered with Google as the callback and the uri you've sent from the server don't match
You'll want to rotate those secrets...
The project was running normally, but suddenly it happened like this
You just exposed your client id and client secret to Facebook, stripe, and Google. Any malicious actor on this server could take those and make requests in bad faith using your credentials to either rack up crazy bills or try to retrieve sensitive user data. Go to each service and generate new IDs and secrets
And like I said, the error comes from a mismatch between Etsy you've told the app the redirect should be, and what your server is telling the app the redirect should be
sorry for asking!
there is only redirect url
CLIENT_URL=http://localhost:8085
GOOGLE_REDIRECT_URL=http://localhost:3005/api/auth/google/redirect
are you saing this:
I tried this code according this:
CLIENT_URL=http://localhost:5173
GOOGLE_REDIRECT_URL=http://localhost:3005/api/auth/google/redirect
FACEBOOK_REDIRECT_URL=http://localhost:3005/api/auth/facebook/redirect
THANK YOU VERY MUCH
Well DONE
😉
👍