sui-foundation / overflow-voting-app

https://overflow.vote.sui.io
9 stars 2 forks source link

Error 400: redirect_uri_mismatch #2

Closed kkomelin closed 2 weeks ago

kkomelin commented 2 weeks ago
  1. I opened the page https://overflow.vote.sui.io/
  2. Clicked the "Sign in with Google" button
  3. Chose an email from the list of my emails
  4. Got this error:

Screenshot from 2024-06-20 20-38-57

kkomelin commented 2 weeks ago

The problem is in the GET params of the url: https://overflow.vote.sui.io/?utm_campaign=Sui%20Overflow&utm_medium=email&_hsmi=312496643&utm_content=312496643&utm_source=hs_email

if we remove them, everything gets to normal.

Also seems like the Firefox browser is not affected.

dantheman8300 commented 2 weeks ago

This should be fixed in the last commit!

kkomelin commented 2 weeks ago

Will test now and confirm

kkomelin commented 2 weeks ago

Tested. Login is working fine now.

dantheman8300 commented 2 weeks ago

Thanks for bringing this to our attention!

kkomelin commented 2 weeks ago

@dantheman8300 Thanks for fixing it so quick!