I integrate with some api, and when the response has some error status, like 401 or 500, it lands anyway in the success interceptor and not error. Is it normal behaviour? Is there maybe the problem with the backend?
I integrate with some api, and when the response has some error status, like 401 or 500, it lands anyway in the success interceptor and not error. Is it normal behaviour? Is there maybe the problem with the backend?