Santiago Rodriguez
Joined
540 Experience
5 Lessons Completed
0 Questions Solved
Activity
Found the error, it was how I was using the devide_error_messages template instead of the flash to notify the error. Working already. Thanks Lee
Actually on signup error messages are working but not on log in. If I type in an incorrect password, no error will appear to the user.
Hey Lee! Thanks for the response. I've actually tried that solution, but the errors are still not appearing on failed authentication.
Hey Chris, Im following this tutorial, but having a simple "uninitialized constant ApplicationController (NameError)" for the constant used in your code within devise.rb even though my application_controller is set up. Any ideas what must be the problem. Using Rails 7.