Express JS Server deployed and running but when I try to hit endpoint then I am getting 503 error.
I have deployed my express app which uses Mysql hosted in the same project. After the BE deployment is successful and in the logs it shows that server started on port 3000. But when I try to hit the API through postman then I am getting 503 Service Unavailable error.
7 Replies
Project ID:
72ef2dbd-eac8-4eb4-bf2e-6a0b63561d62
You might find these helpful:
- Status 503 (Service Unavailable) when testing a Api
- Getting error after deploying express-node app
- Error 503 - Can't access to my express api
⚠️ experimental feature
72ef2dbd-eac8-4eb4-bf2e-6a0b63561d62
Do you have PORT = 3000 in your service variables?
yes removed. Working now.
Task failed successful
sorry I didn't get it?