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

Issue Node.js application doesnt show up on IP and neither on PORT, after deleting the default index.html i get 403 Forbidden page

dnelband

New Pleskian
Hello, my client has recently upgraded his hosting at ionos 1&1 and the new server comes with plesk obsidian.
ive built a website and uploaded it prior to digital ocean - React App - as you can see it works , all the resources are loaded correctly, etc'.

im currently trying to migrate it to the plesk obsidian server, ive followed the nodejs video tutorial, uploaded a zip of the website, npm install, everything went smoothly,and ive changed the port to 8000 cause i knew there might be problems with the apache if i keep it at 80, but i cant get it to work and show normally on the ip address / preview url.

first issue i have is that in the preview link - React App - db queries are not working and images are not loaded. url seems to be pointing to root url + path which should work cause nodejs is running but im getting a file not found error in the console.

then i tried to navigate to the actual ip but all i got was the default webserver page,then i renamed it to old.index.html and now all i get is the 403 forbidden page.
when i try to navigate to the ip + port http://212.227.208.75:8000 which should work i get a website not found error page ( browser default ).

what do i need to do to have my website functioning 100% like it does on digital ocean ? please help, thanks in advance,
 
Back
Top