0👍
The errors returned as object so I converted the error data to object and the problem fixed it. this.errors = JSON.parse(err.response.data)
Source:stackexchange.com
0👍
The errors returned as object so I converted the error data to object and the problem fixed it. this.errors = JSON.parse(err.response.data)