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
{{ message }}
This repository has been archived by the owner on Jul 31, 2018. It is now read-only.
Data system of a user's instance keep crashing, here are the logs:
/usr/local/cozy/apps/data-system/build/server/controllers/attachments.js:86
stream.setHeader('range', req.headers['range']);
^
TypeError: Object #<IncomingMessage> has no method 'setHeader'
at /usr/local/cozy/apps/data-system/build/server/controllers/attachments.js:86:16
at callback (/usr/local/cozy/apps/data-system/build/server/lib/downloader.js:47:7)
at ClientRequest.<anonymous> (/usr/local/cozy/apps/data-system/build/server/lib/downloader.js:81:20)
at ClientRequest.g (events.js:180:16)
at ClientRequest.emit (events.js:95:17)
at HTTPParser.parserOnIncomingClient [as onIncoming] (http.js:1689:21)
at HTTPParser.parserOnHeadersComplete [as onHeadersComplete] (http.js:122:23)
at Socket.socketOnData [as ondata] (http.js:1584:20)
at TCP.onread (net.js:528:27)
The text was updated successfully, but these errors were encountered:
Data system of a user's instance keep crashing, here are the logs:
The text was updated successfully, but these errors were encountered: