-
I have a validator for a model. The validator validates an array of objects. If validation fails for one of those objects then Inertia returns props.errors fine and everything works ok. However, if there are two objects with validation errors then no Inertia error occurs. I have checked and all the validation errors are returned as session.flash errors via the exceptions/handler.ts file. Somehow the Inertia middleware is failing when validation fails on more than one record at a time. Please help. Code is from inertia starter. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Was a problem with my environment. |
Beta Was this translation helpful? Give feedback.
Was a problem with my environment.