Skip to content
This repository was archived by the owner on Feb 16, 2020. It is now read-only.
This repository was archived by the owner on Feb 16, 2020. It is now read-only.

ECONNRESET #710

Closed
Closed
@Nowelec

Description

@Nowelec

Hi,
I have a many "reset connexions" on Gekko running in server mode below the logs :

Error: read ECONNRESET at exports._errnoException (util.js:1018:11) at TCP.onread (net.js:572:26)
Error: read ECONNRESET at exports._errnoException (util.js:1018:11) at TCP.onread (net.js:572:26)

My Config file

Uiconfig 👍

const CONFIG = {
    headless: true,
    api: {
        host: 'IP',
        port: 3000,
    },
    ui: {
        ssl: false,
        host: 'IP',

        port: 3000,
        path: '/'
    }
}

if(typeof window === 'undefined')
  module.exports = CONFIG;
else
  window.CONFIG = CONFIG;

Thanks in advance for your help
Regards
NL

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions