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