• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Node.JS Not Reading Server.js

CurtisBoylan

New Pleskian
I am having an issue with my node.js with Phusion Passenger on my Plesk Onyx portal, for some reason it does not seem to be loading my server.js file correctly. I have tried to access it via the access link shown in the photo but when I do I am straight away pointed to the index.html when going by the sever.js file I should be pointed to the notfound.html file, when I load /addnew it says it is not found but that should point to the index.html and also all my post methods are not working neither. I have attached the code commenting out a few things but have left the important pieces in. Anyone able to see any issues with it or is it something I am setting up wrong? I also tried to access it via the port 900 but it says it is not found too. I also tried to change my port of the app.listen to 80 and still nothing. I will attach a img of my setup on the node.js on plesk and also a retracted copy of the server.js file on the following pastebin link: var express = require('express'); var app = express(); var path = require('pat - Pastebin.com

If anyone has any solutions i'd appreciate it. I have ran the same code base from multiple servers in the past with no issue.
 

Attachments

  • Screen Shot 2018-06-29 at 10.13.57.png
    Screen Shot 2018-06-29 at 10.13.57.png
    148.8 KB · Views: 0
Back
Top