You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debug: internal, implementation, error
TypeError: Cannot read property 'statusCode' of null
at server.on (..../node_modules/epimetheus/lib/hapi.js:23:74)
As this happens intermittently I am suspecting this happens when the client closed the connection prematurely. The Hapi docs state:
response - the response object when set. The object can be modified but must not be assigned another object. To replace the response with another from within an extension point, use reply(response) to override with a different response. Contains null when no response has been set (e.g. when a request terminates prematurely when the client disconnects).
Is it possible to account for null responses?
The text was updated successfully, but these errors were encountered:
From time to time we see this error in our logs:
As this happens intermittently I am suspecting this happens when the client closed the connection prematurely. The Hapi docs state:
Is it possible to account for
null
responses?The text was updated successfully, but these errors were encountered: