• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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 macmee

  1. M

    Forwarded to devs NodeJS Application logs are broken

    My passenger.log file only contains those updating statistics logs and does not contain any logs from my node application. Also in the log viewer in plesk, selecting node in the drop-down shows nothing for me and the other users with this problem from the link in my initial post above
  2. M

    Forwarded to devs NodeJS Application logs are broken

    Username: TITLE NodeJS Application logs are completely broken PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Plesk Obsidian 18.0.48, Ubuntu 22.04.1 PROBLEM DESCRIPTION Application logs for nodejs do not work...
  3. M

    Important Updated Node.JS application hosting support

    Logging for nodejs has been broken for a very long time. The above folks have this issue, I do and even other folks online report it: https://support.plesk.com/hc/en-us/articles/360021105674-Where-are-the-Node-js-logs-located- Alex can you please help us friend?
  4. M

    Issue Can't find nodejs logs

    I don't see my application logs in there either, just this repeated:
  5. M

    Issue Can't find nodejs logs

    Hello friend, unfortunately none of the paths listed there for nodejs show any logs for me. In fact, none of these files exist or are all empty except for /var/log/nginx/error.log which just says: 2022/11/29 01:17:42 [notice] 197899#0: using inherited sockets from "9;10;11;12;13;14;"
  6. M

    Question NodeJS does not work with type module

    Hi friend, I also had this issue and solved it by wrapping the module file in a commonJS file, and using that as the entrypoint for my app. For example lets say your main file is index.js, then create a file called index.cjs and do this: and then in plesk in the nodejs extension for your app...
  7. M

    Issue Can't find nodejs logs

    I have my nodejs app working perfectly with the nodejs that uses passthrough in plesk! My only issue though is sadly I can't see the logs of my running app. Meaning, console.log/error or any stdout or stderr from node does not seem to get logged anywhere I can find. In the log viewer I tried...
Back
Top