nodejs

  1. H

    Problem with Certificate on Https

    I have a nodeJs app, and have this code on localhost: const options = { key: fs.readFileSync('privkey.pem'), cert: fs.readFileSync('cert.pem'), rejectUnauthorized: false, requestCert: true, }; this.server = https.createServer(options, app); on api I...
  2. H

    Facing conf problem on launch FullStack React

    Hi! Im developing a Web game in React (Vite - Node) its realted to this topic: https://forum.openlitespeed.org/threads/newbie-trying-to-configure-openlitespeed-as-reverse-proxy-any-help-appreciated.4607/ And i saw this in the topic: https://docs.openlitespeed.org/config/reverseproxy/lscache/...
  3. webdevelopland

    [Resolved] Out of memory: wasm memory

    I have ubuntu server using nodejs. The whole server basically is just one js file called `app.js` app.js works with google storage and there's something strange happens. When I run app.js by ssh terminal, everything work great. But when the same code is run by OpenLiteSpeed as VHost context...
  4. IndraprasthaDesign

    Node.Js Website stalling after MongoDB module required

    I created a website using the normal CyberPanel options and edited the context menue in OLS (:7080) to run node. The website runs fine but the moment I try to connect it with my MongoDB instance either using Mongoose or the native MongoDB Driver, the website stalls. I can't access the error...
Top