I want to run nodeJS app which sole purpose is just to make some redirects based on DB queries, the app resides on main domain let's say example.com.
On a subdomain shop.example.com there is a prestashop 1.7 installed.
The virtual server software is cPanel.
Prestashop instance works as long as I don't install the node app, when I do it seems to make both example.com and shop.example.com unresponsive, and after a while it returns 503. The node app runs on port 8080.
Node app connects with the firebase instance. when the url is in the format `example.com/aS7vXbSDn9` it should ask the DB if an entry with that ID is present and redirect based on that entry value
I have posted this question on stackoverflow 9 months ago and even offered a bounty but no success. Please help, it's a business Idea I had which is stalled by this sadly
On a subdomain shop.example.com there is a prestashop 1.7 installed.
The virtual server software is cPanel.
Prestashop instance works as long as I don't install the node app, when I do it seems to make both example.com and shop.example.com unresponsive, and after a while it returns 503. The node app runs on port 8080.
Node app connects with the firebase instance. when the url is in the format `example.com/aS7vXbSDn9` it should ask the DB if an entry with that ID is present and redirect based on that entry value
I have posted this question on stackoverflow 9 months ago and even offered a bounty but no success. Please help, it's a business Idea I had which is stalled by this sadly