Custom Domain Issues

Heya everyone, Daniel here, founder of uBin file storage.

I have configured my domain ubin.app and have added the ic-domains file in the .well-known folder inside of my project but I am still receiving an error from the network after 48 hours.

I tried reaching out in the dev discord to no avail, hoping someone can assist me in finding out what might be wrong. Perhaps this can help others in the future too.

Any help is appreciated, thanks ahead of time! :heart:

Hello Daniel, which hosting/domain provider do you use?

1 Like

Hi @realdanmccoy,
When I run the curl command (provided in the documentation) to register Your domain ubin.app:

$ curl -sL -X POST \
    -H 'Content-Type: application/json' \
    https://icp0.io/registrations \
    --data @- <<EOF
    {
        "name": "ubin.app"   
    }
EOF

It fails with: “missing dns cname record from _acme-challenge.ubin.app. to _acme-challenge.ubin.app.icp2.io.”
Please update the DNS records for domain ubin.ap until the curl command above returns the response: {"id": ...}
Currently, the following checks return no records for ubin.app:
$ dig TXT _acme-challenge.ubin.app +short
$ dig TXT _canister-id.ubin.app +short
So validation fails.

1 Like

GoDaddy, but I tried to configure it for Cloudflare DNS and am not sure where I am at.

Would you mind perhaps dming me on X @RealDanMcCoy or emailing me? I would heavily appreciate straightening this out as I am very excited to make this legitimate. I will try to fix it in the meantime.

1 Like