Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
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...
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...
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...
Good day, everyone!
In an effort to make Plesk a better tool for Node.JS developers and those who want to provide Node.JS application hosting to their clients, we have made several significant improvements over the past few months. I’d like to take this chance to highlight those improvements...
Good evening.
I'm having a similar problem to the following: https://support.plesk.com/hc/en-us/articles/115001338265-How-to-set-up-CORS-cross-origin-resource-sharing-in-Plesk-for-Linux- .
In my case I'm trying to run a NodeJs server. http2 & Nginx are active.
The NodeJS server is directly...
Hello, I hope someone can help me run a node.js app exclusively from a sub-directory on Plesk.
I am trying to run Ghost CMS (uses node.js) when accessed in a subdirectory only. I got Ghost CMS to work on Plesk (see the journey I went through here if interested: Cannot Install Ghost on Plesk...
Hello there,
I have installed Node.js accordingly to the instructions. Because my server does not just serve static files I have to start some scripts (webpack, server start). I tried starting the scripts ("start") manually with the FTP access (my website server is: Linux ae80d 4.19.0-17-amd64...
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!
I'm trying to deploy my Nuxt app but I'm getting a warning message telling me I'm using Node;js v10.24.0 which then lead to a fatal error because from what I found while searching it is a common error and most posts say that we need v12 or above to fix it.
But as you can see I selected v16 and I...
Hello, my client has recently upgraded his hosting at ionos 1&1 and the new server comes with plesk obsidian.
ive built a website and uploaded it prior to digital ocean - React App - as you can see it works , all the resources are loaded correctly, etc'.
im currently trying to migrate it to the...
Hello,
have someone an good instruction for the implementation from SvelteKit in Plesk? Node is already installed but Phusion won't start any websites (Web application could not be started by the Phusion Passenger(R) application server.)
Thanks in advance.
Hello,
Is it possible to execute ESM javascript code ?
I try to use SvelteKit which generates ESM code but it seems that only CSJ is possible.
I use NodeJS 16 (I added it to Plesk).
You can find mode info about the bug here : [adapter-node] Cannot use import statement outside a module · Issue...
Hi,
I have Plesk running on Lightsail. GIT is integrated. Node.JS is enabled.
My app is written in typescript using NestJS framework.
Document Root points to /httpdocs/public
Application Root - /httpdocs
Application Startup File - src/main.ts
When I try to run and access it I receive the...
I recently decided to add some text message notifications to a Node.js server app, for when a particular update was discovered. While I was at it, I figured it would be a good idea to add a server start-up and shutdown notifications too. This led to a few of unpleasant discoveries:
1) Roughly...
Hi everybody,
I am new to this forum and hope, that I have provided the thread in the correct subfolder.
I want to install a Shopify Node.js App on my Plesk.
Unfortunately I am not able to install the App dependencies.
My Application start file is in the subfolder: server/server.js
Therefore...
Hey,
i'm trying to install Node on my Debian 8 server powered by Plesk Obsidian 18.0.28 because i need to run an "npm update" on a website.
I've seen that i have to go to tools & settings -> updates > add component but i got the following error (translation : there is no product on your...
I have a node js application and I want to run it via PM2. How do I do it. Is there any documentation to support the same. Also if there is any other process manager for Node in Plesk then please help me with it.
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...
Hey, I am realy new to Plesk.
I have a NuxtJs App with yarn and want to deploy it with Plesk Obsidian. I tried many things,but the only way which work is to use the npm installation button.
Is there a way to use yarn instead? I installed yarn at the server, but cant find any module at Plesk...