Read a lot of topics here about custom domains, but none of them helped me.
So I have test setup for custom domain loading without success.
I use GoDaddy as domain provider. My domain name is “sbslbapp.com”
Can anyone who use GoDaddy domains help me how to add Host Name to CNAME. It doesn’t want to be added with “.” after (like it’s explained on my screenshot)
I’ve also tried to use “www” as a Name with no result.
Hey! Is there a reason you’re not using Cloudflare to manage your DNS?
I’m use GoDaddy to manage my domains but the DNS management there is awful.
If you set up a free Cloudflare account (easy to configure with GoDaddy) then you’ll not only get access to all their CDN features but their dynamic DNS features will also make it MUCH easier and faster to manage your CNAME, TXT, MX records (took seconds to configure Adalo).
It’s more than a quick fix (should take 30 mins or so) but it’ll solve this issue (and unlock a load of other benefits) if you can find the time to make the transition.
As far as I know (ok, seen that yesterday in person), GoDaddy does not allow to create a CNAME for a domain itself (“@”).
When you try to create a record, Type = CNAME, Name = @ and Value = hosting.adalo.com, the interface refuses to add such record.
It seems that standards somehow forbid to have CNAME for root domain. There is a good overview article here:
and a discussion here:
I didn’t find any workaround for that, except that using a different name (i.e. app.domainname.com or smth similar). According to the article, Cloudflare somehow overrides this, but I didn’t try it myself so don’t know how it works.