How to tell axios interceptors error handler to ignore 422? (Solved)
Is there a way to explicitly tell the axios Interceptors handler to ignore 422 responses? I thought 422 isn't really an error response, and I need to handle 422s from Laravel on a case-by-case basis in my Vue components. Right now with interceptors, I'm unable to do that (I'm not sure why). Any help would be much appreciated.