Igor Topolski

Results 4 comments of Igor Topolski

I think rather than trying to fix the issue for the user in an unexpected way, it's better to display a more descriptive error (as per my other PR you...

> There are already two PR regarding this problem: > > #1761 #1651 Thanks for pointing it out, it looks like other solutions are erroneous though as they will not...

It might be a `node.js` limitation; by default, the header size is limited to 16384 bytes. This was reduced due to various CVEs and security concerns, but you have the...

I had the same issue, as health checks seem to be running from the container itself I had to add `wget` or `curl` to the docker image.