I started a bitnami node server instance on google engine. I uploaded my application files to vm using filezilla. My application is in
/home/bitnami/Rockstar22
I have an app.js file that is in my node file. I am connecting to a mongodb instance (in a different instance in the same project) using mongoose. When I pass ssh to my instance and cd to this directory, I execute the following command, just like locally
node app.js
and displays two console logs (for my confirmation that it works)
connected to monog... Listening on port 3000....
now I already bought a domain on goDaddy and I set the A record to the external IP of my instance, but it does not serve the pages I want. Instead, it serves as the default page.

Is there some kind of apache configuration that I need to do in order for it to serve my application pages? After about 10 minutes, it starts displaying this error

source share