• 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. 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...
  2. T

    Question Node.js with daemon process manager

    Hello to the community, My question is about pm2 on plesk, if someone deploy this scenario and if yes some recommendations because i schedule to install it on an production server. P.S. Plesk(18.0.26) runs on Google Cloud Platform with CentOS 7. Thanks in advance.
  3. A

    Issue The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine

    On my local computer, I can easily run my ASP.NET project, but when trying to upload it to the server, using a button that causes a connection to my database I'm getting this error. Doesn't PLESK support the 'Microsoft.ACE.OLEDB.12.0' provider? If it does, how can I fix this error? If it...
  4. L

    Issue IIS "Cors" configuration problem for Node.js backend

    I have a node.js backend, and in my server.js file I have this: const app = express(); app.use((req, res, next) => { res.setHeader("Access-Control-Allow-Origin", "*"); res.setHeader( "Access-Control-Allow-Methods", "OPTIONS, GET, POST, PUT, PATCH, DELETE" )...
  5. C

    Issue The requested document was not found on this server.

    Hi guys, I have a centOS 7 server running and a nodejs(12.10) instance that is trying to be ran. The plesk desktop says that it is active and working but whenever I try to make a get request to the endpoint (using Postman) I get a response back in html ``` <HTML> <HEAD> <TITLE>404 Not...
  6. X

    Issue Express App + NodeJs Extension + SSL Problem

    Hello, im facing a problem with permission for the ssl certificate. The app starts without any problem via SSH but when im starting it with the Plesk NodeJs App im getting the following Errror: Error: EACCES: permission denied, open...
  7. 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...
  8. M

    Question Let's Encrypt private_key and path to certificate for phpFox IM module

    Hello, I am trying to get the Instant Messenger running with phpFox social network software, but I don't exactly know how to do this. Here is the instruction to set up the server with Redis and NodeJS: Server Setup for IM Module - phpFox 4 User Manual - phpFox Documentation They tell to...
  9. A

    Issue Node.js Extension Causes 504

    I have Node.js/Postgres app (tested and worked on different servers without an issue). When I try to run this app via Plesk's Node.js extension, the domain becomes inaccessible and I get 504 Gateway Time-out error. Additionally, when I run the "start" script, Plesk panel output freezes and...
  10. C

    Issue Node.JS Not Reading Server.js

    I am having an issue with my node.js with Phusion Passenger on my Plesk Onyx portal, for some reason it does not seem to be loading my server.js file correctly. I have tried to access it via the access link shown in the photo but when I do I am straight away pointed to the index.html when going...
  11. T

    Question Node.JS/NPM Installation on Plesk 17

    I have followed following Installation manual for Node.js on Plesk Onyx and activated node.js for my domain. But I am only able to RestartApp or Disable Node.js. Node.js Support Now I am beeing asked for my Application Startup File... Well I do not have a Node.js application yet thats why I...
  12. T

    Issue Node.js App not starting my app

    Hello, I have installed the Node.js Extension and I can't get my app running. I have a Symfony 4 application and I am using socket.io for socket communication. Now I need to startup socket.js to startup my server. This file is located in the resources/js folder. So I have setup Node.js as...
  13. Fuacchan

    Question deploy Node.JS with Plesk

    i want to deploy this repo on my plesk and here's the guide i was clone repo and install depedencies with plesk in here and now, how can i run " npm start " with this plesk ? if i don't run that command , here's what i get
  14. PiTiNiNjA

    Issue Node.JS and SSL - Permission denied while trying to get certificates

    Hello, I'm trying to setup a NodeJs application on my Plesk server. I have an error while trying to run the script through the NodeJs extension: Error: EACCES: permission denied, open '/usr/local/psa/var/modules/letsencrypt/etc/live/[MyDomain]/privkey.pem' I understand that the user running...
  15. James Newton

    Question Passenger and Node.js - address 0.0.0.0:80 already in use

    Hello friendly Plesk people :) I want to run a node.js application in a sub-domain, using Passenger and nginx, but I get this error: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) I have a new Ubuntu 16.04 server managed by Plesk Onyx 17.0.17. I have used Plesk to...
  16. F

    Resolved Do Node.js apps run automatically?

    Hi everyone, I'm using Plesk through my hosting provider. I've starting delving into Node.js and I have a question concerning plesk and Node. After we have uploaded our app on plesk (app.js file and node_modules folder), does it run automatically and keeps running forever or do we have to do...
  17. Fedor Usakov

    Question How can I use custom error pages via Node.js?

    Hello. Can I set Node.js to use error pages from error_docs? (How?) Or I have to declare each page manually? Thanks.
  18. 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...
  19. R

    Resolved use nodejs and problem with express routing

    I upload and extract this GitHub - plesk/node-express: A simple Express-based app to test Node.js support. project on /httpdocs folder and change Application Startup File to server.js and after browsing the domain like this : http://www.mydomain.com and see Express welcome message but when...
  20. L

    Issue filemng failed: filemng: Error occurred during /bin/mkdir command. when restarting Node.JS app

    Hi, I have Plesk Onyx 17.5 installed and I have a Node app running on it. But I am getting an "Incomplete response received from application" message, so I wanted to take a look at the passenger logs by setting the application to development mode. But I have to restart the app for that...
Back
Top