• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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