I installed devise on my rails projects, and after navigating from this URL –
http://localhost:3000/users/sign_in
it is redirecting to this URL – http://localhost:3000/
really dont know what exactly the problem is, checked routes.rb file as well.
My project location – https://github.com/swapnesh/prjmgttool
Now, that’s pretty easy then, because you’re already signed in.
Devise will redirect you to the start page after a successful login AND if you’re already logged in and try to call the sign_in page.
You need to log out first (or delete the cookie manually) to see the login form again.