Issue with resolving custom domain

READ BEFORE POST

If you have an application issue, please take a look here first:
Step by step, diagnose your application issues

INFORMATION
I have setup a custom domain for an application. The CNAME has propagated per DNSChecker.org (demo.panteracapital.com). But when I try to use that URL I keep getting a 404 from Ngnix. However, the original URL works as expected: https://zcbf47611-z15f52760-gtw.z3b6f618e.heapstack.sh/

Please note this just Tomcat running in Hello-World mode with no add-ons or other web apps running. I’m simply testing custom domain config with a vanilla web-server.
Relevant information to this issue:

  • OS: Linux
  • databases: N/A
  • Programming language and version: Java/Tomcat
  • Link to your project on Github/Gitlab:
  • Link to your application - starting with https://console.qovery.com/

ISSUE

Describe your issue here
The CNAME has propagated per DNSChecker.org (demo.panteracapital.com). But when I try to use that URL I keep getting a 404 from Ngnix. However, the original URL works as expected: https://zcbf47611-z15f52760-gtw.z3b6f618e.heapstack.sh/

HOW TO REPRODUCE
Describe step by step how to reproduce the issue
Create an application
Deploy the application
Validate the application is available from Qovery provided URL
Setup Custom DNS in route53 (based off Custom domain | Qovery)
Wait for domain to propagate
Attempted to connect via new Domain name

Hi @pantera-travis , did you redeploy your application? Indeed, to apply changes you need to redeploy your app.

Noob issue on my part. Issue resolved lol thank you!