I have an account Amazon VPS. I wanna deploy REST API on it.
But, I have a problem when trying to deploy.
It runs stable on localhost.
Could you please help or give me some advice?
I have an account Amazon VPS. I wanna deploy REST API on it.
But, I have a problem when trying to deploy.
It runs stable on localhost.
Could you please help or give me some advice?
Check the following configurations in this order:
ssh
to hop on the server and check if the Node process is up and running (e.g. curl localhost:8080/api/users
)0.0.0.0
) - check by running curl ec2-hostname:8080/api/users
on the server8080
inbound traffic using a security group