• 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

nodejs

  1. C

    Question Git additional Deployment command

    Hello Friends. I was wondering if you could help me with the following issue. I was able to configure and run a NuxtJS node App in plesk windows using the Node Module and IISNode. I'm now configuring the Git extension so that the App automatically deploys when I push to the Github Repo...
  2. J

    Question How can I get my WebSocket running in NodeJS?

    I've programmed myself a WebSocket in NodeJS. Inside my file server.js I've setup an express server including my WebSocket server: const wss = new WebSocket({ server: app.listen(8888) }); Locally it runs perfect but I can't get it running in Plesk. To get it running I've created a...
  3. D

    Issue NodeJS App not Working in Plesk

    This is the message I get in passenger as app is run Warning: cannot open /tmp/passenger.spawn.XXXXteJk1c/envdump/user_info for writing Warning: cannot open /tmp/passenger.spawn.XXXXteJk1c/envdump/envvars for writing Warning: cannot open /tmp/passenger.spawn.XXXXteJk1c/envdump/user_info for...
  4. G

    Resolved Node App Deployment Error

    Hi! I'm trying to deploy a Node App in Plesk, but when I access my domain, it gives an error: "We're sorry, but something went wrong." It provides an Error ID and mentions phusion passenger, but Idon't know where to find such logs. From other threads, I have already run command `dpkg -l |...
  5. C

    Question Plesk nodejs problem

    Hello plesk I would like to put in a subdomain several project nodejs in different folders
  6. S

    Issue NodeJS cannot connect to MySQL database on same server

    Hi everyone, I am running the latest Plesk on a Ubuntu server. I have a domain (domain.com) and a subdomain called api.domain.com I have installed a nodejs application for the api.domain.com via the interface and it is running and will return sample route return data as long as it is not...
  7. E

    Issue NodeJS extension not starting any process

    Hello, I'm relatively new to plesk since I used some older version and then now my company bought it again since it got better. What I'm trying to achieve is a fully workng NodeJS application using Plesk. I tried first with my application, but no proceeses was spawning. Then I tried to install...
  8. L

    Question Error logs Phusion Passenger nginx Nodejs

    Hello Plesk-Community, I have a NodeJs-App running with Phusion Passenger and nginx on Plesk. The instructions for the passenger configuration to setup a path for the log files isn't working in my case. Is there anybody who knows how to setup up error logs? I have apended my config file...
  9. R

    Question Need a tutorial video on running nodejs project on plesk

    so an getting confused, but it is only my first time writing nodejs and my very first server running plesk. I need to know if I have created a node JS server for local testing, then do we remove the server part for deployment? I've searched on YouTube for a video with no luck. Am wondering if...
  10. L. Hagen

    Question PHP website and nodejs on same URL/domain

    Hi there, basically, I come from the PHP/Apache world. Now I started with angular & nodejs. Now I have the current situation: my website is using PHP/Apache and is reachable via https://www.address.com my website admin area resides in a subdirectory https://www.address.com/admin and is...
  11. dj ramc

    Issue nodejs ng universal only rootpage doesn't render server side

    I'm trying to run ng universal app by nodejs server. My problem is that only rootpage doesn't render server side, what a mean is if you go to this webpage "http://xxxxxxxx.xx/" it's rendering client side and not by server side. But if you go to this page directly "http://xxxxxxxxxx.xx/comments"...
  12. chapterjason

    Question NodeJS and Yarn in chrooted environment

    Hey, I followed this instructions to configure my chrooted env for the domain user, like it is written here. I currently use this script to configure the env. echo reset ./update_chroot.sh --rebuild echo add php ./update_chroot.sh --add /opt/plesk/php/7.1/bin/php mkdir...
  13. V

    Question NODEJS - Passenger restart every day but apps not init

    I have run a nodejs app and all is working allright, the app is doing background job. But once a day at 6:30 am the passenger or apache or something restart At 6:32 the passenger/apache has been restarted but app is not runing again unless I start it again by my self. Why is this restarting...
  14. DevStudio

    Resolved Angular Install

    Greetings I am working with (Angular 4 not to be mistaken with AngularJS) in PLESK (centOS) 64-bit Set up steps go nicely as per Angular Docs Once installed and set up the project can be seen on port 4200 http://localhost:4200/ In my case my.ip.address:4200 or mydomain.com:4200 This does not...
  15. C

    Issue NPM install permission denied

    Hi, I installed Node JS (Extensions -> Node.JS) and activated Node on one of my Domains. After configuration i start "NPM Install" but I get this Error: Fehlgeschlagen Anwendungsabhängigkeiten werden installiert Execution filemng has failed with exit code 1, stdout: [email protected]...
  16. M

    Resolved Trying to get NodeJS 8 to work. Need some help.

    I am happy with the Plesk NodeJS extension, which works well on my system. However, the latest version Plesk currently supports is 7.4.0 and the latest NodeJS release at the time of writing is 8.1.3. So I tried to install this latest release (see steps below). But I cannot select the installed...
  17. Gopakumar

    Issue No NodeJS apps are running.

    I recently updated Plesk from Odin (v12.x.x) to Onyx (v17). Have Phusion Passenger installed on the prior version. After updating I added NodeJS support too. Everything smoothly went. I uploaded an app with `package.json` and started, I got NPM Install done; all node modules installed. Still...
  18. J

    Issue Node.js using plesk extension

    I have been working on a node.js webapp on my server for a while. I recently updated my plesk to onyx and noticed they had an extension. So I backed up my node.js app, uninstalled node.js from the server and proceeded to add the extension. I re-uploaded the app and added it via the plesk...
  19. B

    Issue How do i activate/offer additional nodejs versions?

    Hi there, I tried the past days to add another nodeJS version and get control of it through the nodeJS manager extension, unfortunately with no luck. Instead of installing the nodeJS version system wide, I've placed it next to the other pre installed nodeJS versions (/opt/plesk/node/<node...
  20. touins

    Resolved Node js Onyx

    Hello all , After days thanks to help of expert of this forum , i succes to install phusion passenger in plesk without any error after that i installed nodejs , but when i followed this tutorial form this link https://www.plesk.com/blog/plesk-and-node-js i got Forbidden You do not have...
Back
Top