Description
When logging in to the webgateway your app / browser receives the following error:
POST http://your_web_gateway_url/fusion-web/Login net::ERR_INCOMPLETE_CHUNKED_ENCODING Login:1
Problem
Your connection is going through a reverse proxy such a nginx which has chunked_transfer_encoding enabled.
Solution
Disable chunked_transfer_encoding on the reverse proxy.
Comments
0 comments
Please sign in to leave a comment.