NodejsStarterKit icon indicating copy to clipboard operation
NodejsStarterKit copied to clipboard

certification init error

Open Max-im opened this issue 2 years ago • 0 comments

class Server expects 1 argument constructor(config) {

but during the app initialization 2 arguments were passed application.server = new Server(config.server, options);

options argument contains read cert info, but Server class attempts to retrieve the data from config.server argument.

Max-im avatar Feb 13 '23 15:02 Max-im