And here it is:
...
actions_change_password POST /actions/change-password(.:format) forest_liana/devise#change_password
...
And here it is:
...
actions_change_password POST /actions/change-password(.:format) forest_liana/devise#change_password
...
Yes, that helped. I’m still not able to reproduce though …
Can I see the config/routes.rb
of your project (Again, as DM if you consider it private)?
After investigating the code you suspect is causing the issue, I’m pretty sure either:
:forest
namespace - which may be the cause of the issue.Sent you a DM. Also note that I do not override default Devise controllers in my project.
Ok, I’ve been able to reproduce the issue on my end. I’ve opened a bug report in our bug tracker. Be sure you’ll be ping once fixed.
I’ve also opened a PR here that should hopefully address the issue short-term. Let me know if that’s the case or not