Commit ERR_INCOMPLETE_CHUNKED_ENCODING in JAVA Spring / angular JS GET Request

Looking back at a weird problem when getting a request from angular.

Spring Controller returns data in JSON format (I checked it in debugger @eclipse), but I encountered a net :: ERR_INCOMPLETE_CHUNKED_ENCODING error in the browser console, that is, in Angular the response is not accepted from the side, and an error message appears on the console.

Do I need to increase server buffer size parameters? Or how can I fix this problem ??? Any inputs / outputs will be helpful. Thanks in advance.

+4
source share

Source: https://habr.com/ru/post/1667351/


All Articles