Deployment

Issues information
my application is working fine before on internet but now its showing an error on chrome window " 503 Service Temporarily Unavailable"

  • OS:
  • databases:
  • Programming language and version:
    nodejs
  • Link to your project on Github/Gitlab:
    https://etestzone.in

Your issue

Describe here your issue
my application stoped working and whenever i am opening it on chrome with https://etestzone.in it return a error page containing " 503 Service Temporarily Unavailable"

link:
https://etestzone.in
or
|
https://main-etestzo-xgjopiew2myzs0zq-gtw.qovery.io

Dockerfile content (if any)

application:
name: “etestzone”
project: “etestzone”
organization: “QoveryCommunity”
publicly_accessible: true
port: 3000
routers:

  • name: “main-etestzone”
    custom_domains:
    • branch: “main”
      domain: “etestzone.in”
      routes:
    • application_name: “etestzone”
      paths:
      • “/*”

specify here your dockerfile content

Hello,
it should be running now. You need to add dockerfile path in qovery.yaml file tho.