Getting “Error: redirect_uri_mismatch” with google_oauth2

后端 未结 5 2015
孤街浪徒
孤街浪徒 2021-02-04 05:04

The URL\'s seem right (Last updated them yesterday):

\"enter

The files too:

<
5条回答
  •  无人共我
    2021-02-04 05:33

    I tried all of the above but didn't work for me. In the end noticed in my error message my call back was slightly different. I had a users between localhost:3000 and auth. Not really sure why.

    http://localhost:3000/users/auth/google_oauth2/callback
    

    Changed it, waited 30 mins and it worked.

提交回复
热议问题