Questions tagged [plesk-onyx]
98 questions
10
votes
4 answers
react-router throwing 404 upon page refresh with React app hosted on GoDaddy
I deployed a React website using GoDaddy (http://normaned.com), and I’m having trouble with my react-router routing not working upon refresh. Clicking on links works as expected, but if a page is refreshed a 404 page is displayed. I’m using…

Jenna
- 1,159
- 2
- 10
- 16
10
votes
3 answers
How to import docker image from local machine into plesk
I have small API app written in node.js and i want to run in docker on plesk.
I successfully create image and run in container on local docker machine.
I have Plesk Onyx 17.5.3 with docker extension in version: 1.3.1-126.
And now I`m not sure how to…

Tomáš Kacálek
- 1,687
- 2
- 10
- 13
9
votes
4 answers
Deploying a create-react-app to Plesk Onyx
This question is not going to be particularly loaded with detail, because the problem is very basic, and pertains to the limitations in how Plesk Onyx implements Node support.
I'm trying to deploy a react app created with create-react-app to a…

Thomas W Tupper
- 625
- 1
- 6
- 17
5
votes
1 answer
OpenSSL use -CAFile on LetsEncrypt-Certificate
I'm currently trying to set up a Confluence (6.6.0) on an Ubuntu Server with Plesk (17.5.3) and Let's-Encrypt-Extension installed.
Confluence itself is up and running, but I am experiencing some issues, when it comes to SSL. Securing the Domain…

bquarta
- 559
- 6
- 19
3
votes
0 answers
How to deploy Front end and backend on Plesk
I am trying to deploy my Front-end React and backend Rest api's in node.js, The server is being accessed with plesk dashboard. I was successfully able to deploy my front-end following these steps by deploying build and changing root folder…

Ashutosh Roy
- 81
- 2
- 10
3
votes
0 answers
deploy Nuxt.js project on plesk web host?
I want to deploy my nuxt.js project on a windows server, plesk shared web host.
I have done the following steps:
I have build project using 'node_modules/nuxt/bin/nuxt-start'
copy .next folder to httpdocs folder in server
copy 'nuxt.config.js' to…

Ahmad Ebrahimi
- 75
- 1
- 11
2
votes
1 answer
Error when deploying a node.js app on a PLESK ONYX server with Phusion Passenger V. 5.3.5
I want to deploy a small node.js app on a PLESK-ONYX server - on which Phusion_Passenger / 5.3.5 is also running!
The following happens:
This works here:
var express = require ('express');
var bodyParser = require ('body-parser');
That does not…

mbulm1
- 21
- 5
2
votes
1 answer
Asp.net core 3.1 502.5 error on Plesk web hosting
I'm really new to the ASP.NET environment. After deploying my ASP.NET Core 3.1 to the Plesk web hosting through Visual studio 2019, Firstly, it responds an error "500.21 Internal server error" and finds the solution for that error on google and I…

Jian Shang Quan
- 37
- 4
2
votes
0 answers
Install Redis on Plesk Onyx (CentOS) and update PhpRedis
Log in to the command line via SSH as the ROOT user and run the following commands line-by-line.
yum groupinstall 'Development Tools'
yum install tcl wget
wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd…

manuel-84
- 2,582
- 1
- 23
- 23
2
votes
1 answer
Node.js plesk - Sending emails with nodemailer not working
I'm using node.js with nodemailer on a fresh ubuntu plesk root server.
When trying to send an email like this:
module.exports = {
SMTP_HOST: 'host',
SMTP_USER: 'username',
SMTP_PASS: 'password',
};
let transporter =…

Philipp M
- 3,306
- 5
- 36
- 90
2
votes
1 answer
Nuxtjs Error FATAL listen EADDRNOTAVAIL domain:8000
I follow this link https://github.com/pi0/nuxt-plesk-example to deploy Nuxtjs project into Plesk shared host but when I want to start my project in production mode I run script command start then I have this error
Note: I didn't set any ENV…

Mahdi Safari
- 298
- 3
- 12
2
votes
0 answers
how to solve Keyword not supported: 'data source'
I uploaded my website( that is programmed with asp.net mvc and entity framework 5) yesterday and wrote this connection string in the web.config file of the host root ( control panel is plesk onyx)
I tried changing it to SqlCLient,Removing some tags,…

NaSna
- 21
- 2
2
votes
3 answers
How to deploy .war files in Plesk Onyx 17.8 despite no longer supported TomCat?
Up to and including version 17.5 Plesk Onyx came with a Tomcat installation, which is no longer supported from version 17.8. Thus no .war files can be deployed and executed anymore.
A downgrade recommended by Plesk is not expedient in my eyes,…

ThirstForKnowledge
- 1,245
- 1
- 10
- 27
2
votes
4 answers
Error trying to host an ASP.NET 2.2 Website on Plesk Onyx 17.8.11 - HTTP Error 500.0 - ANCM In-Process Handler Load Failure
I'm attempting to host a ASP.NET 2.2 Website on a interserver.com shared hosting platform. They are using Plesk Onyx version 17.8.11 as their hosting platform control panel.
I've verified the hosting is routed and setup correctly but still get the…

Easton James Harvey
- 1,672
- 1
- 14
- 24
2
votes
0 answers
Plesk configuration stuck after installation
I installed plesk following this:
https://docs.plesk.com/en-US/onyx/deployment-guide/plesk-installation-and-upgrade-on-single-server/installing-plesk-using-installer-gui/installing-plesk-for-linux-using-installer-gui.76446/
And all went well, no…

Kusnan
- 135
- 1
- 10