• 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

expressjs

  1. P

    Resolved Angular App and express.js on temp domain

    Hi, I have two temporary domains for testing (I couldn't connect real domain at the moment). On one domain, there is an angular app running, on the other domain, there is an express.js backend running. The express.js application is working as I can query data from rest endpoints with postman...
  2. N

    Question Incomplete response received from application NodeJS running on Plesk

    i have a controller that sends email with nodemailer. my app is running o plesk. when i run it in my localhost every thing is ok. but when i run it on host with plesk i get this error : Incomplete response received from application my function : ``` submitInvoice = async (req, res, next) => {...
  3. 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...
  4. 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...
  5. 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!
  6. M

    Question Set up ReactJS app with a NodeJS/Express backend

    Hello, I'm trying to figure out how to properly set up a react app that is using a node/express backend. I already have the nodejs extension downloaded and install from Plesk. I've created my domain and connected Plesk with my Git repo. I've pulled all my files from my repo to the /httpdocs...
Back
Top