Created
May 20, 2022 22:24
-
-
Save gradiuscypher/33962aeada25261781b8eb11a21ae953 to your computer and use it in GitHub Desktop.
Initial setup Debug log of actual-server running on Docker locally.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Initializing Actual with user file dir: /app/user-files | |
| Listening on 0.0.0.0:5006... | |
| ERROR <ref *2> IncomingMessage { | |
| _readableState: ReadableState { | |
| objectMode: false, | |
| highWaterMark: 16384, | |
| buffer: BufferList { head: null, tail: null, length: 0 }, | |
| length: 0, | |
| pipes: [], | |
| flowing: null, | |
| ended: false, | |
| endEmitted: false, | |
| reading: false, | |
| constructed: true, | |
| sync: true, | |
| needReadable: false, | |
| emittedReadable: false, | |
| readableListening: false, | |
| resumeScheduled: false, | |
| errorEmitted: false, | |
| emitClose: true, | |
| autoDestroy: true, | |
| destroyed: false, | |
| errored: null, | |
| closed: false, | |
| closeEmitted: false, | |
| defaultEncoding: 'utf8', | |
| awaitDrainWriters: null, | |
| multiAwaitDrain: false, | |
| readingMore: true, | |
| dataEmitted: false, | |
| decoder: null, | |
| encoding: null, | |
| [Symbol(kPaused)]: null | |
| }, | |
| _events: [Object: null prototype] { end: [Function: clearRequestTimeout] }, | |
| _eventsCount: 1, | |
| _maxListeners: undefined, | |
| socket: <ref *1> Socket { | |
| connecting: false, | |
| _hadError: false, | |
| _parent: null, | |
| _host: null, | |
| _readableState: ReadableState { | |
| objectMode: false, | |
| highWaterMark: 16384, | |
| buffer: BufferList { head: null, tail: null, length: 0 }, | |
| length: 0, | |
| pipes: [], | |
| flowing: true, | |
| ended: false, | |
| endEmitted: false, | |
| reading: true, | |
| constructed: true, | |
| sync: false, | |
| needReadable: true, | |
| emittedReadable: false, | |
| readableListening: false, | |
| resumeScheduled: false, | |
| errorEmitted: false, | |
| emitClose: false, | |
| autoDestroy: true, | |
| destroyed: false, | |
| errored: null, | |
| closed: false, | |
| closeEmitted: false, | |
| defaultEncoding: 'utf8', | |
| awaitDrainWriters: null, | |
| multiAwaitDrain: false, | |
| readingMore: false, | |
| dataEmitted: false, | |
| decoder: null, | |
| encoding: null, | |
| [Symbol(kPaused)]: false | |
| }, | |
| _events: [Object: null prototype] { | |
| end: [Array], | |
| timeout: [Function: socketOnTimeout], | |
| data: [Function: bound socketOnData], | |
| error: [Function: socketOnError], | |
| close: [Array], | |
| drain: [Function: bound socketOnDrain], | |
| resume: [Function: onSocketResume], | |
| pause: [Function: onSocketPause] | |
| }, | |
| _eventsCount: 8, | |
| _maxListeners: undefined, | |
| _writableState: WritableState { | |
| objectMode: false, | |
| highWaterMark: 16384, | |
| finalCalled: false, | |
| needDrain: false, | |
| ending: false, | |
| ended: false, | |
| finished: false, | |
| destroyed: false, | |
| decodeStrings: false, | |
| defaultEncoding: 'utf8', | |
| length: 0, | |
| writing: false, | |
| corked: 0, | |
| sync: false, | |
| bufferProcessing: false, | |
| onwrite: [Function: bound onwrite], | |
| writecb: null, | |
| writelen: 0, | |
| afterWriteTickInfo: null, | |
| buffered: [], | |
| bufferedIndex: 0, | |
| allBuffers: true, | |
| allNoop: true, | |
| pendingcb: 0, | |
| constructed: true, | |
| prefinished: false, | |
| errorEmitted: false, | |
| emitClose: false, | |
| autoDestroy: true, | |
| errored: null, | |
| closed: false, | |
| closeEmitted: false, | |
| [Symbol(kOnFinished)]: [] | |
| }, | |
| allowHalfOpen: true, | |
| _sockname: null, | |
| _pendingData: null, | |
| _pendingEncoding: '', | |
| server: Server { | |
| maxHeaderSize: undefined, | |
| insecureHTTPParser: undefined, | |
| _events: [Object: null prototype], | |
| _eventsCount: 2, | |
| _maxListeners: undefined, | |
| _connections: 6, | |
| _handle: [TCP], | |
| _usingWorkers: false, | |
| _workers: [], | |
| _unref: false, | |
| allowHalfOpen: true, | |
| pauseOnConnect: false, | |
| noDelay: false, | |
| keepAlive: false, | |
| keepAliveInitialDelay: 0, | |
| httpAllowHalfOpen: false, | |
| timeout: 0, | |
| keepAliveTimeout: 5000, | |
| maxHeadersCount: null, | |
| maxRequestsPerSocket: 0, | |
| headersTimeout: 60000, | |
| requestTimeout: 0, | |
| _connectionKey: '4:0.0.0.0:5006', | |
| [Symbol(IncomingMessage)]: [Function: IncomingMessage], | |
| [Symbol(ServerResponse)]: [Function: ServerResponse], | |
| [Symbol(kCapture)]: false, | |
| [Symbol(async_id_symbol)]: 7 | |
| }, | |
| _server: Server { | |
| maxHeaderSize: undefined, | |
| insecureHTTPParser: undefined, | |
| _events: [Object: null prototype], | |
| _eventsCount: 2, | |
| _maxListeners: undefined, | |
| _connections: 6, | |
| _handle: [TCP], | |
| _usingWorkers: false, | |
| _workers: [], | |
| _unref: false, | |
| allowHalfOpen: true, | |
| pauseOnConnect: false, | |
| noDelay: false, | |
| keepAlive: false, | |
| keepAliveInitialDelay: 0, | |
| httpAllowHalfOpen: false, | |
| timeout: 0, | |
| keepAliveTimeout: 5000, | |
| maxHeadersCount: null, | |
| maxRequestsPerSocket: 0, | |
| headersTimeout: 60000, | |
| requestTimeout: 0, | |
| _connectionKey: '4:0.0.0.0:5006', | |
| [Symbol(IncomingMessage)]: [Function: IncomingMessage], | |
| [Symbol(ServerResponse)]: [Function: ServerResponse], | |
| [Symbol(kCapture)]: false, | |
| [Symbol(async_id_symbol)]: 7 | |
| }, | |
| parser: HTTPParser { | |
| '0': [Function: bound setRequestTimeout], | |
| '1': [Function: parserOnHeaders], | |
| '2': [Function: parserOnHeadersComplete], | |
| '3': [Function: parserOnBody], | |
| '4': [Function: parserOnMessageComplete], | |
| '5': [Function: bound onParserExecute], | |
| '6': [Function: bound onParserTimeout], | |
| _headers: [], | |
| _url: '', | |
| socket: [Circular *1], | |
| incoming: [Circular *2], | |
| outgoing: null, | |
| maxHeaderPairs: 2000, | |
| _consumed: true, | |
| onIncoming: [Function: bound parserOnIncoming], | |
| [Symbol(resource_symbol)]: [HTTPServerAsyncResource] | |
| }, | |
| on: [Function: socketListenerWrap], | |
| addListener: [Function: socketListenerWrap], | |
| prependListener: [Function: socketListenerWrap], | |
| setEncoding: [Function: socketSetEncoding], | |
| _paused: false, | |
| _httpMessage: ServerResponse { | |
| _events: [Object: null prototype], | |
| _eventsCount: 1, | |
| _maxListeners: undefined, | |
| outputData: [], | |
| outputSize: 0, | |
| writable: true, | |
| destroyed: false, | |
| _last: false, | |
| chunkedEncoding: false, | |
| shouldKeepAlive: true, | |
| maxRequestsOnConnectionReached: false, | |
| _defaultKeepAlive: true, | |
| useChunkedEncodingByDefault: true, | |
| sendDate: true, | |
| _removedConnection: false, | |
| _removedContLen: false, | |
| _removedTE: false, | |
| _contentLength: null, | |
| _hasBody: true, | |
| _trailer: '', | |
| finished: false, | |
| _headerSent: false, | |
| _closed: false, | |
| socket: [Circular *1], | |
| _header: null, | |
| _keepAliveTimeout: 5000, | |
| _onPendingData: [Function: bound updateOutgoingData], | |
| req: [Circular *2], | |
| _sent100: false, | |
| _expect_continue: false, | |
| locals: [Object: null prototype] {}, | |
| [Symbol(kCapture)]: false, | |
| [Symbol(kNeedDrain)]: false, | |
| [Symbol(corked)]: 0, | |
| [Symbol(kOutHeaders)]: [Object: null prototype] | |
| }, | |
| timeout: 0, | |
| [Symbol(async_id_symbol)]: 64, | |
| [Symbol(kHandle)]: TCP { | |
| reading: true, | |
| onconnection: null, | |
| _consumed: true, | |
| [Symbol(owner_symbol)]: [Circular *1] | |
| }, | |
| [Symbol(lastWriteQueueSize)]: 0, | |
| [Symbol(timeout)]: Timeout { | |
| _idleTimeout: -1, | |
| _idlePrev: null, | |
| _idleNext: null, | |
| _idleStart: 11072, | |
| _onTimeout: null, | |
| _timerArgs: undefined, | |
| _repeat: null, | |
| _destroyed: true, | |
| [Symbol(refed)]: false, | |
| [Symbol(kHasPrimitive)]: false, | |
| [Symbol(asyncId)]: 1154, | |
| [Symbol(triggerId)]: 1150 | |
| }, | |
| [Symbol(kBuffer)]: null, | |
| [Symbol(kBufferCb)]: null, | |
| [Symbol(kBufferGen)]: null, | |
| [Symbol(kCapture)]: false, | |
| [Symbol(kSetNoDelay)]: false, | |
| [Symbol(kSetKeepAlive)]: false, | |
| [Symbol(kSetKeepAliveInitialDelay)]: 0, | |
| [Symbol(kBytesRead)]: 0, | |
| [Symbol(kBytesWritten)]: 0, | |
| [Symbol(RequestTimeout)]: undefined | |
| }, | |
| httpVersionMajor: 1, | |
| httpVersionMinor: 1, | |
| httpVersion: '1.1', | |
| complete: false, | |
| rawHeaders: [ | |
| 'Host', | |
| 'localhost:5006', | |
| 'User-Agent', | |
| 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0', | |
| 'Accept', | |
| '*/*', | |
| 'Accept-Language', | |
| 'en-US,en;q=0.5', | |
| 'Accept-Encoding', | |
| 'gzip, deflate, br', | |
| 'Referer', | |
| 'http://localhost:5006/static/js/browser-server.456138d4.worker.js', | |
| 'DNT', | |
| '1', | |
| 'Connection', | |
| 'keep-alive', | |
| 'Sec-Fetch-Dest', | |
| 'empty', | |
| 'Sec-Fetch-Mode', | |
| 'cors', | |
| 'Sec-Fetch-Site', | |
| 'same-origin' | |
| ], | |
| rawTrailers: [], | |
| aborted: false, | |
| upgrade: false, | |
| url: '/needs-bootstrap', | |
| method: 'GET', | |
| statusCode: null, | |
| statusMessage: null, | |
| client: <ref *1> Socket { | |
| connecting: false, | |
| _hadError: false, | |
| _parent: null, | |
| _host: null, | |
| _readableState: ReadableState { | |
| objectMode: false, | |
| highWaterMark: 16384, | |
| buffer: BufferList { head: null, tail: null, length: 0 }, | |
| length: 0, | |
| pipes: [], | |
| flowing: true, | |
| ended: false, | |
| endEmitted: false, | |
| reading: true, | |
| constructed: true, | |
| sync: false, | |
| needReadable: true, | |
| emittedReadable: false, | |
| readableListening: false, | |
| resumeScheduled: false, | |
| errorEmitted: false, | |
| emitClose: false, | |
| autoDestroy: true, | |
| destroyed: false, | |
| errored: null, | |
| closed: false, | |
| closeEmitted: false, | |
| defaultEncoding: 'utf8', | |
| awaitDrainWriters: null, | |
| multiAwaitDrain: false, | |
| readingMore: false, | |
| dataEmitted: false, | |
| decoder: null, | |
| encoding: null, | |
| [Symbol(kPaused)]: false | |
| }, | |
| _events: [Object: null prototype] { | |
| end: [Array], | |
| timeout: [Function: socketOnTimeout], | |
| data: [Function: bound socketOnData], | |
| error: [Function: socketOnError], | |
| close: [Array], | |
| drain: [Function: bound socketOnDrain], | |
| resume: [Function: onSocketResume], | |
| pause: [Function: onSocketPause] | |
| }, | |
| _eventsCount: 8, | |
| _maxListeners: undefined, | |
| _writableState: WritableState { | |
| objectMode: false, | |
| highWaterMark: 16384, | |
| finalCalled: false, | |
| needDrain: false, | |
| ending: false, | |
| ended: false, | |
| finished: false, | |
| destroyed: false, | |
| decodeStrings: false, | |
| defaultEncoding: 'utf8', | |
| length: 0, | |
| writing: false, | |
| corked: 0, | |
| sync: false, | |
| bufferProcessing: false, | |
| onwrite: [Function: bound onwrite], | |
| writecb: null, | |
| writelen: 0, | |
| afterWriteTickInfo: null, | |
| buffered: [], | |
| bufferedIndex: 0, | |
| allBuffers: true, | |
| allNoop: true, | |
| pendingcb: 0, | |
| constructed: true, | |
| prefinished: false, | |
| errorEmitted: false, | |
| emitClose: false, | |
| autoDestroy: true, | |
| errored: null, | |
| closed: false, | |
| closeEmitted: false, | |
| [Symbol(kOnFinished)]: [] | |
| }, | |
| allowHalfOpen: true, | |
| _sockname: null, | |
| _pendingData: null, | |
| _pendingEncoding: '', | |
| server: Server { | |
| maxHeaderSize: undefined, | |
| insecureHTTPParser: undefined, | |
| _events: [Object: null prototype], | |
| _eventsCount: 2, | |
| _maxListeners: undefined, | |
| _connections: 6, | |
| _handle: [TCP], | |
| _usingWorkers: false, | |
| _workers: [], | |
| _unref: false, | |
| allowHalfOpen: true, | |
| pauseOnConnect: false, | |
| noDelay: false, | |
| keepAlive: false, | |
| keepAliveInitialDelay: 0, | |
| httpAllowHalfOpen: false, | |
| timeout: 0, | |
| keepAliveTimeout: 5000, | |
| maxHeadersCount: null, | |
| maxRequestsPerSocket: 0, | |
| headersTimeout: 60000, | |
| requestTimeout: 0, | |
| _connectionKey: '4:0.0.0.0:5006', | |
| [Symbol(IncomingMessage)]: [Function: IncomingMessage], | |
| [Symbol(ServerResponse)]: [Function: ServerResponse], | |
| [Symbol(kCapture)]: false, | |
| [Symbol(async_id_symbol)]: 7 | |
| }, | |
| _server: Server { | |
| maxHeaderSize: undefined, | |
| insecureHTTPParser: undefined, | |
| _events: [Object: null prototype], | |
| _eventsCount: 2, | |
| _maxListeners: undefined, | |
| _connections: 6, | |
| _handle: [TCP], | |
| _usingWorkers: false, | |
| _workers: [], | |
| _unref: false, | |
| allowHalfOpen: true, | |
| pauseOnConnect: false, | |
| noDelay: false, | |
| keepAlive: false, | |
| keepAliveInitialDelay: 0, | |
| httpAllowHalfOpen: false, | |
| timeout: 0, | |
| keepAliveTimeout: 5000, | |
| maxHeadersCount: null, | |
| maxRequestsPerSocket: 0, | |
| headersTimeout: 60000, | |
| requestTimeout: 0, | |
| _connectionKey: '4:0.0.0.0:5006', | |
| [Symbol(IncomingMessage)]: [Function: IncomingMessage], | |
| [Symbol(ServerResponse)]: [Function: ServerResponse], | |
| [Symbol(kCapture)]: false, | |
| [Symbol(async_id_symbol)]: 7 | |
| }, | |
| parser: HTTPParser { | |
| '0': [Function: bound setRequestTimeout], | |
| '1': [Function: parserOnHeaders], | |
| '2': [Function: parserOnHeadersComplete], | |
| '3': [Function: parserOnBody], | |
| '4': [Function: parserOnMessageComplete], | |
| '5': [Function: bound onParserExecute], | |
| '6': [Function: bound onParserTimeout], | |
| _headers: [], | |
| _url: '', | |
| socket: [Circular *1], | |
| incoming: [Circular *2], | |
| outgoing: null, | |
| maxHeaderPairs: 2000, | |
| _consumed: true, | |
| onIncoming: [Function: bound parserOnIncoming], | |
| [Symbol(resource_symbol)]: [HTTPServerAsyncResource] | |
| }, | |
| on: [Function: socketListenerWrap], | |
| addListener: [Function: socketListenerWrap], | |
| prependListener: [Function: socketListenerWrap], | |
| setEncoding: [Function: socketSetEncoding], | |
| _paused: false, | |
| _httpMessage: ServerResponse { | |
| _events: [Object: null prototype], | |
| _eventsCount: 1, | |
| _maxListeners: undefined, | |
| outputData: [], | |
| outputSize: 0, | |
| writable: true, | |
| destroyed: false, | |
| _last: false, | |
| chunkedEncoding: false, | |
| shouldKeepAlive: true, | |
| maxRequestsOnConnectionReached: false, | |
| _defaultKeepAlive: true, | |
| useChunkedEncodingByDefault: true, | |
| sendDate: true, | |
| _removedConnection: false, | |
| _removedContLen: false, | |
| _removedTE: false, | |
| _contentLength: null, | |
| _hasBody: true, | |
| _trailer: '', | |
| finished: false, | |
| _headerSent: false, | |
| _closed: false, | |
| socket: [Circular *1], | |
| _header: null, | |
| _keepAliveTimeout: 5000, | |
| _onPendingData: [Function: bound updateOutgoingData], | |
| req: [Circular *2], | |
| _sent100: false, | |
| _expect_continue: false, | |
| locals: [Object: null prototype] {}, | |
| [Symbol(kCapture)]: false, | |
| [Symbol(kNeedDrain)]: false, | |
| [Symbol(corked)]: 0, | |
| [Symbol(kOutHeaders)]: [Object: null prototype] | |
| }, | |
| timeout: 0, | |
| [Symbol(async_id_symbol)]: 64, | |
| [Symbol(kHandle)]: TCP { | |
| reading: true, | |
| onconnection: null, | |
| _consumed: true, | |
| [Symbol(owner_symbol)]: [Circular *1] | |
| }, | |
| [Symbol(lastWriteQueueSize)]: 0, | |
| [Symbol(timeout)]: Timeout { | |
| _idleTimeout: -1, | |
| _idlePrev: null, | |
| _idleNext: null, | |
| _idleStart: 11072, | |
| _onTimeout: null, | |
| _timerArgs: undefined, | |
| _repeat: null, | |
| _destroyed: true, | |
| [Symbol(refed)]: false, | |
| [Symbol(kHasPrimitive)]: false, | |
| [Symbol(asyncId)]: 1154, | |
| [Symbol(triggerId)]: 1150 | |
| }, | |
| [Symbol(kBuffer)]: null, | |
| [Symbol(kBufferCb)]: null, | |
| [Symbol(kBufferGen)]: null, | |
| [Symbol(kCapture)]: false, | |
| [Symbol(kSetNoDelay)]: false, | |
| [Symbol(kSetKeepAlive)]: false, | |
| [Symbol(kSetKeepAliveInitialDelay)]: 0, | |
| [Symbol(kBytesRead)]: 0, | |
| [Symbol(kBytesWritten)]: 0, | |
| [Symbol(RequestTimeout)]: undefined | |
| }, | |
| _consuming: false, | |
| _dumped: false, | |
| next: [Function: next], | |
| baseUrl: '/account', | |
| originalUrl: '/account/needs-bootstrap', | |
| _parsedUrl: Url { | |
| protocol: null, | |
| slashes: null, | |
| auth: null, | |
| host: null, | |
| port: null, | |
| hostname: null, | |
| hash: null, | |
| search: null, | |
| query: null, | |
| pathname: '/needs-bootstrap', | |
| path: '/needs-bootstrap', | |
| href: '/needs-bootstrap', | |
| _raw: '/needs-bootstrap' | |
| }, | |
| params: {}, | |
| query: {}, | |
| res: <ref *3> ServerResponse { | |
| _events: [Object: null prototype] { finish: [Function: bound resOnFinish] }, | |
| _eventsCount: 1, | |
| _maxListeners: undefined, | |
| outputData: [], | |
| outputSize: 0, | |
| writable: true, | |
| destroyed: false, | |
| _last: false, | |
| chunkedEncoding: false, | |
| shouldKeepAlive: true, | |
| maxRequestsOnConnectionReached: false, | |
| _defaultKeepAlive: true, | |
| useChunkedEncodingByDefault: true, | |
| sendDate: true, | |
| _removedConnection: false, | |
| _removedContLen: false, | |
| _removedTE: false, | |
| _contentLength: null, | |
| _hasBody: true, | |
| _trailer: '', | |
| finished: false, | |
| _headerSent: false, | |
| _closed: false, | |
| socket: <ref *1> Socket { | |
| connecting: false, | |
| _hadError: false, | |
| _parent: null, | |
| _host: null, | |
| _readableState: [ReadableState], | |
| _events: [Object: null prototype], | |
| _eventsCount: 8, | |
| _maxListeners: undefined, | |
| _writableState: [WritableState], | |
| allowHalfOpen: true, | |
| _sockname: null, | |
| _pendingData: null, | |
| _pendingEncoding: '', | |
| server: [Server], | |
| _server: [Server], | |
| parser: [HTTPParser], | |
| on: [Function: socketListenerWrap], | |
| addListener: [Function: socketListenerWrap], | |
| prependListener: [Function: socketListenerWrap], | |
| setEncoding: [Function: socketSetEncoding], | |
| _paused: false, | |
| _httpMessage: [Circular *3], | |
| timeout: 0, | |
| [Symbol(async_id_symbol)]: 64, | |
| [Symbol(kHandle)]: [TCP], | |
| [Symbol(lastWriteQueueSize)]: 0, | |
| [Symbol(timeout)]: Timeout { | |
| _idleTimeout: -1, | |
| _idlePrev: null, | |
| _idleNext: null, | |
| _idleStart: 11072, | |
| _onTimeout: null, | |
| _timerArgs: undefined, | |
| _repeat: null, | |
| _destroyed: true, | |
| [Symbol(refed)]: false, | |
| [Symbol(kHasPrimitive)]: false, | |
| [Symbol(asyncId)]: 1154, | |
| [Symbol(triggerId)]: 1150 | |
| }, | |
| [Symbol(kBuffer)]: null, | |
| [Symbol(kBufferCb)]: null, | |
| [Symbol(kBufferGen)]: null, | |
| [Symbol(kCapture)]: false, | |
| [Symbol(kSetNoDelay)]: false, | |
| [Symbol(kSetKeepAlive)]: false, | |
| [Symbol(kSetKeepAliveInitialDelay)]: 0, | |
| [Symbol(kBytesRead)]: 0, | |
| [Symbol(kBytesWritten)]: 0, | |
| [Symbol(RequestTimeout)]: undefined | |
| }, | |
| _header: null, | |
| _keepAliveTimeout: 5000, | |
| _onPendingData: [Function: bound updateOutgoingData], | |
| req: [Circular *2], | |
| _sent100: false, | |
| _expect_continue: false, | |
| locals: [Object: null prototype] {}, | |
| [Symbol(kCapture)]: false, | |
| [Symbol(kNeedDrain)]: false, | |
| [Symbol(corked)]: 0, | |
| [Symbol(kOutHeaders)]: [Object: null prototype] { | |
| 'x-powered-by': [Array], | |
| 'access-control-allow-origin': [Array] | |
| } | |
| }, | |
| body: {}, | |
| [Symbol(kCapture)]: false, | |
| [Symbol(kHeaders)]: { | |
| host: 'localhost:5006', | |
| 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0', | |
| accept: '*/*', | |
| 'accept-language': 'en-US,en;q=0.5', | |
| 'accept-encoding': 'gzip, deflate, br', | |
| referer: 'http://localhost:5006/static/js/browser-server.456138d4.worker.js', | |
| dnt: '1', | |
| connection: 'keep-alive', | |
| 'sec-fetch-dest': 'empty', | |
| 'sec-fetch-mode': 'cors', | |
| 'sec-fetch-site': 'same-origin' | |
| }, | |
| [Symbol(kHeadersCount)]: 22, | |
| [Symbol(kTrailers)]: null, | |
| [Symbol(kTrailersCount)]: 0, | |
| [Symbol(RequestTimeout)]: undefined | |
| } | |
| Rejection: TypeError: res.status is not a function | |
| at middleware (/app/util/error-middleware.js:3:7) | |
| at Layer.handle [as handle_request] (/app/node_modules/express/lib/router/layer.js:95:5) | |
| at trim_prefix (/app/node_modules/express/lib/router/index.js:317:13) | |
| at /app/node_modules/express/lib/router/index.js:284:7 | |
| at Function.process_params (/app/node_modules/express/lib/router/index.js:335:12) | |
| at next (/app/node_modules/express/lib/router/index.js:275:10) | |
| at expressInit (/app/node_modules/express/lib/middleware/init.js:40:5) | |
| at Layer.handle [as handle_request] (/app/node_modules/express/lib/router/layer.js:95:5) | |
| at trim_prefix (/app/node_modules/express/lib/router/index.js:317:13) | |
| at /app/node_modules/express/lib/router/index.js:284:7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment