Not Found Error Custom Domain DNS Cloudflare

I’m getting the Not Found error when deploying my web app.
Screen Shot 2021-04-08 at 7.35.29 PM

I have my DNS through Cloudflare. Here’s what I have set up.

Here’s my redirects.

This is how my Adalo is setup.

@Victor do you know what my issue is? I appreciate any help I can get!

Hi Kimberly,

This is either a bug on Adalo’s side or something you’re setting up wrong on your side, although I think it is a bug or issue right now because I did see some other posts about this earlier today. :slight_smile:

1 Like

Hi @KBass,

As for me, your domain setup seems to be incorrect:

$ nslookup -q=CNAME cardmix.co mustafa.ns.cloudflare.com
Server: mustafa.ns.cloudflare.com
Address: 108.162.195.27#53

*** Can’t find cardmix.co: No answer

Here: mustafa.ns.cloudflare.com is a DNS server for the domain cardmix.co. I’m requesting the CNAME record for cardmix.co directly from this server and receive that this server couldn’t be found.

Also: when I analyse the traffic, I see that the answer for request cardmix.co is 301 REDIRECT to www.cardmix.co:

And then the browser requests www.cardmix.co, which is not found.

You need to correct your setup to make the domain work.

As an option: you can create a CNAME record for www.cardmix.co, pointing this address to hosting.adalo.com. And then add www.cardmix.co as your Adalo app domain.

BTW, despite the fact that some providers allow to setup CNAMEs for root domains, it is (as I understand) against the standard.

Best regards, Victor.

1 Like

@Victor!!! You solved my problem!!!

I had to change www (Name) to also hosting.adalo.com.

Thank you for always being there for this community :slight_smile:

1 Like

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