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
It appears, when stream: true and compression: true, centra delivers a gzip stream which does no contain a headers
property, causing an exception in phin.js at res.headers.hasOwnProperty('location')
TypeError: Cannot read properties of undefined (reading 'hasOwnProperty')
at phin (.../node_modules/phin/lib/phin.js:60:18)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered:
It appears, when
stream: true
andcompression: true
,centra
delivers a gzip stream which does no contain aheaders
property, causing an exception in phin.js at
res.headers.hasOwnProperty('location')
The text was updated successfully, but these errors were encountered: