Issues information
deployment error
- OS:
- databases:
- Programming language and version:
nodejs version 14 above - Link to your project on Github/Gitlab:
Your issue
contineousy i am getting deployment error while deploying my project
deployment logs:
deployment error application etestzone : error => EngineError { cause: User(“Your application has failed to start. Ensure you can run it without issues with qovery run
and check its logs from the web interface or the CLI with qovery log
. This issue often occurs due to ports misconfiguration. Make sure you exposed the correct port (using EXPOSE statement in Dockerfile or via Qovery configuration).”), scope: Application(“z15e65839”, “etestzone”), execution_id: “852ee9ce-4d96-41c1-9d15-a53c7e67389c-17-1626198250”, message: Some(“Application etestzone (z15e65839) has failed to start ⤬”) }
i even tried by using docker file but i am geeting the same error,i already mention the port 3000 in project settings
Describe here your issue
Dockerfile content (if any)
specify here your dockerfile content