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 recently setup the mailer to send email on forgot password. But when I click on the link received in the email, I always get the Not Found error.
Completed 404 Not Found in 3ms (ActiveRecord: 0.5ms)
ActionController::RoutingError (Not Found):
devise_token_auth (0.1.42) app/controllers/devise_token_auth/passwords_controller.rb:183:in render_edit_error' devise_token_auth (0.1.42) app/controllers/devise_token_auth/passwords_controller.rb:106:in edit'
The text was updated successfully, but these errors were encountered:
I have recently setup the mailer to send email on forgot password. But when I click on the link received in the email, I always get the Not Found error.
Completed 404 Not Found in 3ms (ActiveRecord: 0.5ms)
ActionController::RoutingError (Not Found):
devise_token_auth (0.1.42) app/controllers/devise_token_auth/passwords_controller.rb:183:in
render_edit_error' devise_token_auth (0.1.42) app/controllers/devise_token_auth/passwords_controller.rb:106:in
edit'The text was updated successfully, but these errors were encountered: