Closed Sjoerd closed 6 years ago
I think this is caused by the new Laravel 5.5 Exception Format. Take a look at Upgrade Guide there is a section belongs to the Responses.
In addition, the default format for JSON validation errors has changed
I just flyed over it and not tested it, but i think if you change
record(errors) { this.errors = errors; }
into
record(errors) { this.errors = errors.errors; }
but as i said, not tested yet
Hello, The error messages do not appear in the labels, my code:
If I do console.log(error.errors), I see the following: https://gyazo.com/2f6dd80eceb8c4311d63df714f7a5571