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
I have upgraded my rails app from rails version 5.* to 7 also I have upgraded doorkeeper gem from version 4.2.6 to 5.6.6 but now it is not generating the Oauth2 token.
when I am using the same old version of doorkeeper 4.2.6 , the apps is not loading . it is giving below error.
NoMethodError: undefined method `arity' for {:class_name=>"Doorkeeper::Application", :inverse_of=>:access_grants, :optional=>true}:Hash
if scope && scope.arity == 0
The text was updated successfully, but these errors were encountered:
I have upgraded my rails app from rails version 5.* to 7 also I have upgraded doorkeeper gem from version 4.2.6 to 5.6.6 but now it is not generating the Oauth2 token.
The text was updated successfully, but these errors were encountered: