Custom Domain, why it is not working?

I deployed my project. https://mycoolapp1-client.fly.dev/ And ran these commands.

wasp deploy fly cmd --context client certs create requestphotoedit.com


wasp deploy fly cmd --context server secrets set WASP_WEB_CLIENT_URL=https://requestphotoedit.com

Added IP adresses to my hosting service:

|@|A|10800|66.241.xxx.xxx|
|@|AAAA|10800|2a09:8280:1::3c:xxx:xxx

But still my domian is not pointing to fly.io… What am I missing? @khuezy

Have you read Use a custom domain · Fly Docs

Hi @meric_ozcan ,
I think,the issue is with your DNS records, which have not propagated, resulting in a DNS_PROBE_POSSIBLE error.


Here is my configuration though.

@ 10800 IN ALIAS mycoolapp-client.fly.dev.

It doesn’t work… I don’t know why… soo stupid…

I had a typo it should be mycoolapp1-client.fly.dev

1 Like

Happy to know that your issue is resolved now.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.