• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Recent content by silllli

  1. S

    Issue Problem to deploy Next App and Express API as a custom server

    You can set the value in this file: /etc/systemd/system.conf
  2. S

    Issue Problem to deploy Next App and Express API as a custom server

    To follow up on this: my problem was solved by setting the system config DefaultTasksMax to a higher number. The default was 60, I changed it to 300 and the Node.js app immediately started to work again.
  3. S

    Issue Problem to deploy Next App and Express API as a custom server

    @heppyAndriawan Now that I looked at your problem again, it may be different from mine. First thing I can point out with your setup is that the Application Root should not be the same directory as Document Root. You can put the app into the httpdocs directory (it doesn’t have to be...
  4. S

    Issue Problem to deploy Next App and Express API as a custom server

    Even better: there is an official example Node.js app provided by Plesk, which I found in this article. You can find the app’s repository here. Trying this app shows the same result and doesn’t work: After some page refreshs it turns into this error:
  5. S

    Issue Problem to deploy Next App and Express API as a custom server

    I can confirm this exact problem with a basic hello world Express app (Express "Hello World" example). Another app suddenly stopped working (the code wasn’t touched, but Plesk installed automatic updates in the meantime). It can’t be started because of a timeout during the “Initialize language...
Back
Top