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.
Hello all
I can't seem to find out how to get the latest version of Node.js up and running. I a'm currently working on a Laravel project, and I a'm trying to install authentication with Bootstrap into my project, but when i get to the point where I need to run "npm install && npm run dev" I get...
Hi,
I have a magento 2.3 installation and I need run this code
node_modules/requirejs/bin/r.js -o pub/static/advancedbundling_build.js baseUrl=pub/static/frontend/Pearl/weltpixel_custom/es_ES_tmp dir=pub/static/frontend/Pearl/weltpixel_custom/es_ES
I try to install node JS but I´m confused...
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...
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.
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...
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"
)...
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...
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...
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...
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...
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...
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...
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...
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...
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
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...
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...
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...
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...