Hi, On my login page at /account/login, when a user enters an incorrect email or password, the page usually reloads and displays an error message such as: “Wrong email or password.” However, sometimes the page reloads but the error message does not appear. Does anyone know why this happens?
Reproduction steps
Go to login page and wrong the login credentials
Additional info
To intercept and display the error in my login.liquid file, I am using the following code: {{ form.errors | default_errors }}
Hey @Elia_Germanetto , I agree with @Luke here on this, testing this in Dawn or Horizon is usually the best first step to rule out any theme-specific issues.
If the problem still happens in a default theme, could you let us know if this happening consistently with specific credentials, or does it seem random? Are you seeing any JavaScript errors in the browser console when the error message fails to appear? Also, do you have any apps installed that might be modifying the login page or form behavior? Let us know what you find and we can dig deeper from there!