-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confirmations controller route error not found #1316
Comments
can someone explain how is the confirmable flow type what has in faq for reset password flow? You don't need as many details as faq. |
@igorgesso did you ever figure out how to prevent this error? I'm having the exact same problem, and can't find good documentation on how the user email confirmation flow should work. Like which parameters are required (e.g. It clearly works to create the confirmation request (which sends an email), but upon clicking the link, I get the same NotFound error.
|
I just figured out what caused this - I was trying to confirm an email that was already confirmed. Hopefully #1123 will resolve this issue. |
Will be good if this is mentioned in the docs as well @experimatt |
was it resolved by #1557 ? |
rails (5.2.3)
devise_token_auth (1.1.0)
devise (4.6.2)
I'm trying to make the confirmation part of the devise auth token work, but I'm running into a problem.
When accessing the link sent in the email always goes to the exception in the confirmations_controller as it is in the log and the route is not found.
I tried to understand the confirmations_controller to see what could be the problem, if anyone can give me some hint of what I might be doing wrong.
sorry for my english translate.
Confirmation.log
The text was updated successfully, but these errors were encountered: