• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

npm run build

  1. Y

    Issue Cannot run NextJS website ( Error: Cannot find module '../server/require-hook' )

    I am unable to make NextJS ( "next": "13.1.1" / "next": "13.5.6" ) work with Plesk, I have followed all the exact tutorial steps from: How to set up your NEXT.JS app on Plesk server Here is my Node.js Dashboard Page: Here is my node_modules/.bin/next file ( I changed const defaultCommand from...
  2. prashant.nirgun

    Issue PM2 gives error port is already in use

    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...
  3. D

    Question Including environment variables in npm build deploy action.

    I deploy my project through git and have added additional deploy actions, to build the JS from my Laravel project. My actions are as follows and function: However, in my project's root there's a .env file (/var/www/vhosts/domain.com/sub.domain.com/.env) and the variables in there are not taken...
  4. T

    Issue CI/CD with GitHub: Additional deployment actions (React App)

    Hey! I am currently building multiple react apps and it'd be awesome to be able to continously deploy them from a github repo to a dev domain for the clients to be able to access them. I was able to setup a webhook whenever I merge pull requests to the master branch so that Plesk pulls the...
Back
Top