EPIPEEPIPE — Broken Pipe
Writing to a connection that the other end has already closed.
certificate_unknownThe server's certificate could not be verified for an unknown reason.
The TLS library encountered an unspecified error while validating the certificate. The certificate may be malformed, the chain may be incomplete, or the validation algorithm failed.
Reinstall the certificate with the complete chain. Verify the certificate format is correct. Check for any certificate validation issues using openssl s_client.
EPIPEWriting to a connection that the other end has already closed.
ERR_NAME_NOT_RESOLVEDThe hostname could not be resolved to an IP address in the browser.
DNS_PROBE_FINISHED_NXDOMAINChrome's DNS probe confirmed the domain does not exist.
ENOTFOUNDThe DNS lookup for the hostname failed in Node.js.
ERR_CONNECTION_TIMED_OUTThe browser's connection attempt timed out waiting for a server response.
CORS: Header not allowedA request header is not included in the Access-Control-Allow-Headers response.