• 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.

Issue The requested document was not found on this server.

ChristianTF

New Pleskian
Hi guys, I have a centOS 7 server running and a nodejs(12.10) instance that is trying to be ran. The plesk desktop says that it is active and working but whenever I try to make a get request to the endpoint (using Postman) I get a response back in html
```
<HTML>

<HEAD>
<TITLE>404 Not Found</TITLE>
<BASE href="/error_docs/">
<!--[if lte IE 6]></BASE><![endif]-->
</HEAD>

<BODY>
<H1>Not Found</H1>
The requested document was not found on this server.
<P>
<HR>
<ADDRESS>
Web Server at mywebsite.com
</ADDRESS>
</BODY>

</HTML>
```

whenever I ssh and navigate to the folder and run the script `$ npm run watch-server` it starts up and connects to the remote db just fine. Still whenever I make a request to the endpoint I still get the same response. with the html. The `name.conf` is pretty basic with just accepting ip addresses and sha1 fingerprints.

When configuring the server I see that the application root is `httpdocs/server` and then under the Access to configuration Files I have the `server.js` and `package.json` in my package.json I made sure it is pointing to the `server.js`

I don't know what other information is relevant. Thanks for your help!
 
Back
Top