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,
i am new to the hole Plesk hosting stuff, but get into a problem.
My current versions:
Ubuntu 18.04.5 LTS
Plesk Obsidian 18.0.32
NodeJS Extension
i have two Domains
www.aaa.de <- aktiv
www.bbb.de <- Locked
in domain www.aaa.de i have two sub-domains
1.aaa.de
2.aaa.de
on both i use...
Hello Community,
How can I change the default node.js error page ("can't get /url") from server side? The /error_docs folder is filled.
I tried everything I could think of:
-activate/disable nginx proxy option
-setting proxy_intercept_errors on; in the additional nginx settings
-explicitly...
Plesktrum
Thread
custom error page
error handling
nodejs
proxy server
ubuntu 18.04
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 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...
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...
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...
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 |...
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'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...
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...
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...
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...
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"...
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...
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...
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...
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]...
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...
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...