• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Issue Debugging Node.js App Via Plesk Recommendations

Aapklub

New Pleskian
I have developed a node.js website with both front and backend elements. The app runs alright locally with npm start. I have been trying to get it hosted with Heliohost. The frontend pages load however the connection with my SQLIte database is seemingly broken. What's the recommendation for debugging/troubleshooting app via Plesk? - any write ups, examples, etc

After observing the built in Plesk log page not containing node.js related messages, I have tried storing the console logs I used for debugging locally to a separate log file. This worked when running locally, but not when pushed to Plesk.
 
Back
Top