2

angular.js:8632 POST http://alpha.openworldinsurance.com/om-valuelists-api/rest/valuelists/UnifiedCity/mappings net::ERR_INCOMPLETE_CHUNKED_ENCODING

angular.js:8632 POST http://alpha.openworldinsurance.com/om-valuelists-api/rest/valuelists/CignaProductData/generalmaster net::ERR_INCOMPLETE_CHUNKED_ENCODING

The above error occurs when a web-service is consumed and more amount of data is returned by the server. Any solution is highly appreciated.

HiDeoo
  • 10,353
  • 8
  • 47
  • 47
user1523514
  • 21
  • 1
  • 2

1 Answers1

0

If you are using nginx in between then it's is probably a problem with nginx permission. Try this

$ sudo rm -rf /usr/local/var/run/nginx/
$ sudo nginx -s stop
$ sudo mkdir /usr/local/var/run/nginx/
$ sudo chown nobody:nobody /usr/local/var/run/nginx/
$ sudo nginx
Sanjit Bauli
  • 49
  • 1
  • 4