Getting “Error: redirect_uri_mismatch” with google_oauth2

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

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

\"enter

The files too:

<
5条回答
  •  -上瘾入骨i
    2021-02-04 05:09

    There's a relatively fresh issue with omniauth-oauth2 gem version 1.4 https://github.com/intridea/omniauth-oauth2/issues/81#issuecomment-151038559

    Temporary fix is to downgrade that gem explicitly in the Gemfile

    gem 'omniauth-oauth2', '~> 1.3.1'
    

提交回复
热议问题