You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you need to use Ruby 2.2.2 you should probably fork it and change it to work for yourself, it will not be maintained.
Maybe updating ruby would be possible? As far as I remember Ruby 2.2 to 2.4 was not as big as e.g. 2.7 to 3.0
Hello all,
I'm getting a routing error for the logout endpoint
(RuntimeError (undefined method `match?' for /\A/admin/auth/openid_connect(/logout)/:Regexp):)
My application setup is
ruby version - 2.2.2
Devise version - 4.9
Gem setup for OIDC
gem 'omniauth', '
> 1.9.2'> 1.1'gem 'openid_connect', '
gem 'omniauth_openid_connect', '~> 0.3.5'
Tried a lot of changes on this but getting this error everytime when going to any app's endpoint, Please help me out on this
The text was updated successfully, but these errors were encountered: