• 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

node.js

  1. I

    Issue Websocket connection failing on Plesk server

    I'm setting up a server on Plesk with a React.js and Node.js application, containing a client and server side. Below the socket in my client config file: export const socket = io('wss://domain.name:3000', {reconnect: true, transports: [ 'websocket' ] }); And this is the setup on the server...
  2. O

    Issue +yarn install Error

    Hello, When I want to install +yarn on the Plesk panel, I get the following error. Do you have any suggestions? Thanks, Unable to execute plesk_user_exec: '"" install' is not recognized as an internal or external command, operable program or batch file.<br> at...
  3. sabirboi04

    Issue Node App Not Working

    I've hosted a node app on plesk that node app having google login ok so when i tried to login via google that redirected to callback path url with 403 error. but the same app im using in another vps (with only nginx server) with same configuration that actually works. please give solution. and...
  4. A

    Issue Facing issues with Node.js Application Visibility Issues on Plesk Panel for Multiple Domains

    I am submitting this inquiry on behalf of my company. We have a paid Plesk panel and have successfully hosted over 30 domains, each with separate login credentials. Recently, we attempted to host five Node.js applications on different domains, but encountered an issue where only two are running...
  5. K

    Question Running two node apps?

    If I run two 'node apps' on separate domains does this mean that there will be two instances of node.js running on the server? Does this have implications for memory? I can combine all the requests into one domain. Would this be advised? Thank you
  6. K

    Resolved Request body not available using Node.js, Express on Plesk (Cors)

    I am using fetch to send a request body to a node app. If the client (browser script using fetch) is on the same domain as the node app all works fine. However, i am having a problem when sending a POST request across domain. The request is handled fine by node/express: that is it gets it and...
  7. E

    Issue Error: attribute name is invalid: application

    when i need open node.js i get error Error: attribute name is invalid: application
  8. M

    Resolved NodeJS attribute name is invalid: application

    I was deploying an application in NodeJS yesterday, when I went to access it today through the plesk panel and I could no longer access the NodeJS application due to the error below. Can anyone help me to fix this problem? 2023-08-08 08:06:13 ERR panel [204695:64d221a53f5f4] pm_Exception...
  9. Rar9

    Question Sveltekit passanger upload limit

    I've got a 413 issue when trying to upload images längere than 1mb on my plesk ubuntu 22.04 server. I using a sveltekit project using nginx only & passanger node Setting Client_max_body_size and defining passenger_max_pool_size 250; Have no effect.
  10. K

    Question How does node.js interact with Nginx?

    Hi I have set up a Node.js add on a domain following these instructions: Plesk Node.Js Setup It pretty much works except I get a message: "Another Node.js application in the subscription already uses this application root. Specify another application root that contains the document root." But...
  11. K

    Issue Issues with installing node.js

    so - I follow the instructions here: How to Host Node.js Applications on Plesk Obsidian to install Node.js and run a simple test app. It basically works BUT - I end up with this message: "Another Node.js application in the subscription already uses this application root. Specify another...
  12. S

    Question Restart App for nodejs

    Good afternoon. In the Plesk panel for nodejs, you can do Restart App. But if I need to do this operation on a schedule, what is the actual command to add it to cron?
  13. Q

    Resolved Problem with node start

    I have this problem to started this app and all thing it's fine just that give me
  14. 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...
  15. T

    Issue Node.js - Domain names not resolved correctly when performing local GET requests during build-time

    Hey everyone, So I ran into this "interesting" scenario today. First, allow me to explain what it is that I'm trying to accomplish: I would like to run a Next.JS application in combination with a Strapi backend CMS on my Plesk server. In order to get the best out of Next.JS I need to perform...
  16. T

    Question Why is port 3000 and port 449 not detected as enabled?

    My scripting application needs to use Node.js and it needs the server to be open on port 3000 and port 449, I have Node.js installed in Plesk but I can't detect that these two ports are open, I am using a server provided by AWS and I am running all traffic in and out of the security group, so I...
  17. D

    Issue Node.js app | We're sorry, but something went wrong.

    Hello, I'm trying to run strapi (https://strapi.io) app on a subdomain. I've been following this guide - https://raoulkramer.de/deploy-run-host-strapi-on-plesk-obsidian-as-node-application/ Completed all the steps and did run npm build with no issues. However when I'm trying to open it I get the...
  18. H

    Issue Could not install the Node.js extension The execution of post-install.php has failed with the following message: ERR [extension/nodejs]

    Could not install the Node.js extension The execution of post-install.php has failed with the following message: ERR [extension/nodejs] Execution installer has failed with exit code 1, stdout: , stderr: ERROR:__main__:Command '['apt-get', '-qq', 'update']' returned non-zero exit status 100...
  19. B

    Resolved app fails after upgrade to node.js 18.8.0

    Hi All When I upgrade to Node.js 18.8.0 (selecting this version in "Websites & Domains" > my domain > Node.js > Node.js Version) my app fails with: Error: connect ECONNREFUSED ::1:3306 at PromisePool.query...
  20. prashant.nirgun

    Issue PM2 gives error port is already in use

    I am running node application on port 80 and a sub domain which is running on port 80. If I run using node.js run application it works but the stdout was not able to trade it was not captured in error_log my application generate verbose output I need to read that I install pm2 and disabled...
Back
Top