jaemil
Explore posts from serversProblem with hosting authentication service
i think i found the problem:
const server = https.createServer({
key: fs.readFileSync("./certs/key.pem"),
cert: fs.readFileSync("./certs/cert.pem")
}, app);
this shouldn't work calling readFile..) will remove it26 replies
Problem with hosting authentication service
yarn run v1.22.19
$ node server.js
[HPM] Proxy created: / -> https://backend.findnlink.com
[HPM] Proxy rewrite rule created: "^/proxy" ~> ""
MongoDB - Database connection established successfully.
Findnlink Auth Server running on 0.0.0.0:8078
26 replies