are you maybe failing your validation in the first error? are you running in a server 500 error instead?
Validator only redirecting with Errors and Old sometimes
I have a form that gets submitted via POST to a request()->validate in a controller. However, if I submit the form with missing information, the "errors" and more frustratingly the old form values are only returned roughly 1 out of every 5 times. There does not seem to be a pattern to it, it will be blank 6 times in a row, then 2 or who knows. So far 9 is the most and once it showed the errors back to back. The validator always redirects on invalid input. There are pages this happens all the time, but there are also some forms where it never happens.
I have cut my validator back to only check one field with 1 required rule and that had no effect. I also am checking for the "session()->get('errors')" in the controller, so it's not a blade display issue.
I will keep trying to pour over what might be different with the forms it's happening on, but if anyone has had a similar problem or has ideas, let me know
Please or to participate in this conversation.