I am trying to set up a Nodejs app using AWS Lightsail following this tutorial.
I run my node and Apache servers in the backend, but I am returned an "Internal Server Error" when I try to access the public IP given by AWS.
If my node server isn't running, then I am returned a 503 error instead of 500 and running curl http://localhost:3000
in the console connected to my instance, I am returned the expected response.
Does anyone know where the log files are stored in the Lightsail instance to view why the 500 errors are persisting? Thanks.