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 am trying to use devise_invitable(1.4.0) gem with devise_token_auth(0.1.31)/devise(3.4.1) but having an issue. When I make a post request to auth/invitation the following error occurs
I am trying to use devise_invitable(1.4.0) gem with devise_token_auth(0.1.31)/devise(3.4.1) but having an issue. When I make a post request to auth/invitation the following error occurs
First I setup devise_token_auth and is working perfectly. Now I am adding devise_invitable as follows:
:invitable
in user modeldevise
methodthat's it, running
rake routes
shows me that devise_token_auth is creating routes for invitation. But they are showing me above posted error.Is devise_invitable is supported by devise_token_auth? Is there a way to use them together?
The text was updated successfully, but these errors were encountered: