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 figured it out that there is some route that aren't required for this project such as '/resource/sign_up' on 'devise_token_auth/registrations#new'. Is it possible to delete them on Devise ?
The text was updated successfully, but these errors were encountered:
This will require several of the devise mapping methods to be overridden (starting here).
devise_for is a really tricky method, and I try to avoid modifying it whenever I can. But I've been getting several issues a week related to the new routes not being used, so I'll probably end up fixing this when I get a chance.
I figured it out that there is some route that aren't required for this project such as '/resource/sign_up' on 'devise_token_auth/registrations#new'. Is it possible to delete them on Devise ?
The text was updated successfully, but these errors were encountered: