Questions tagged [plesk]

Plesk, also known as Parallels Plesk Control Panel, Plesk Server Administrator, PSA, or simply Plesk, is a premium web hosting automation software solution.

Having trouble sending backend requests in Plesk/React/Express project? The starting point is the index.html file in React, but for some reason, the backend requests

A LITTLE RESEARCH HAS LED TO A BIG CHANGE My goal is to deploy my very first Nodejs/React App on a Cloud-Server using Plesk. Initially, here's what I attempted: I created an .httaccess file with the following code. Options -MultiViews RewriteEngine ...

Executing a PHP script as a cron job with Plesk version 10.3.1

I have encountered an issue with my php script that logs its running time in a text log file. While the script runs fine from the browser, I am facing difficulties when trying to run it using scheduled tasks in my plesk 10.3.1 panel. The command I am using ...

Setting up node.js npm on Ubuntu 16.04 with the Plesk Onyx control panel

I found a useful guide on how to install npm without affecting Plesk. I followed the steps provided, but when I tried running npm --version, it couldn't find the npm command: user@server:~$ npm --version The program 'npm' is currently not installed. You ca ...

Troubleshooting Plesk 12 API Connection Issues due to cURL Connection Reset

I'm currently utilizing cURL to send requests to the Plesk API. Whenever I attempt a request that involves extensive processing by Plesk (like creating or deleting a subscription), I encounter a "connection was reset" error in my browser after approx ...

Experiencing issues with running npm commands on Plesk Onyx utilizing Node.js via SSH

After installing node.js on Plesk Onyx through the Plesk extension manager, I attempted to install the node.js driver for MongoDB using npm via SSH. However, I'm encountering issues with npm commands not being recognized. I can confirm that Node.js i ...

Instead of receiving my custom JSON error message, Express is showing the server's default HTML error page when returning errors

I have set up a REST api on an Express server, with a React app for the front-end. The design includes sending JSON to the front-end in case of errors, which can be used to display error messages such as modals on the client side. Below is an example from ...

Error 404 occurred when trying to access the webpack file at my website address through next js

Check out my website at https://i.stack.imgur.com/i5Rjs.png I'm facing an error here and can't seem to figure it out. Interestingly, everything works fine on Vercel but not on Plesk VDS server. Visit emirpreview.vercel.app for comparison. ...