• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

express

  1. chrisjudd

    Question Not sure how to setup node.js (svelte & express) application

    I am trying to figure out how to setup this application I have that I can run on my local machine fine just not sure how to run it in plesk. This is exactly what I am trying to get running: [redacted] Backend is the express part and Frontend the Svelte part of course. When I run it locally I...
  2. R

    Question NodeJS does not work with type module

    I am trying to get a small webserive working with Express. My original code was throwing errors so I checked to see what could be wrong. I found out when I import things, it doesn't work. For example: The use of require will work: And yes, I have set "type": "module" in package.json and yes...
  3. H

    Issue Problem to deploy Next App and Express API as a custom server

    Hi everyone, I am really new to Plesk, and I am trying to follow the steps from this link below but it seems still not working. https://www.plesk.com/blog/product-technology/node-js-plesk-onyx/ 1. So first, I exported my Next app by typing npm run build, and after completing I convert...
  4. M

    Issue Node.js/Express routing doesn't work

    I'm using express routing in my plesk node.js application. It works locally, but not in plesk node enviroment. For example, when i go to a route URL, it gives me a 404 error. By the way, i'm using this repository for reference. Thanks in advance for any answer!
  5. C

    Issue Cant get my WebSocket running in NodeJS on Plesk Server?

    I am trying to deploy a little collaborative drawing app using Node.js, Express.js and Socket.IO. Locally it runs perfectly on MacOS running Node.js, over both LAN and WAN, but I can't get it running on our Plesk server. I’ve followed Alexei Yuzhakov’s guide to install and configure Node.js in...
Back
Top