Devise /users/sign_in redirecting to wrong controller

℡╲_俬逩灬. 提交于 2019-12-05 19:46:29

I had a similar problem with Devise routing to an odd place (in my case "devise/authors").

It was broken after a gem bundle update that included journey 1.0.4. I fixed it by locking journey to 1.0.3.

Henry Haverinen

I fixed a similar problem by checking the link_to helpers in the site's header, which is shown also on devise sign-up and sign-in pages. Please see the details here.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!