NodeJs working local, but not on production

Started a NodeJs project. Working/editing on local server working ok (except for adding meta).
After publishing to production server, it doesn't. I get a message saying "It works!

NodeJS 10.24.1", but that is all.
Can someone please give me directions on how to publish?

Hi Jaques, have a look at

If your server is still running NodeJS 10.24.1 then you should first upgrade it to the current LTS version. We currently have NodeJS 16 as a minimum requirement.

Aha, thanks @patrick
Now running 22.4.1. Still no show. Must have configured something incorrectly.

Hi,

I recommend you provide more information about your server, because otherwise it makes a lot harder for others to help, as there's a infinity of server setups.

Or are you looking for a tutorial to setup a new server?

I followed @Hyperbytes youtube tutorial.

Check your public folder for an index.html file as this will overwrite the default node route. I have noticed their servers sometimes auto create one