Dns configuration for web publishing

Hello, I hope you are well.
I developed an application and I want to publish it on the web.
I have already purchased the domain name from hosting.
My domain name is ndjilifids.pro.

Here’s how I fill out the DNS record:
Type = ALias
Name = @
Content = hosting.adalo.com
TTL = 14400
But after the test configuration, it doesn’t work.

Hello,
The problem likely lies in the record type you’re using. If your hosting provider only supports CNAME or A records for the root domain (@), an Alias record might not be propagating correctly or might not be a standard type supported by your registrar. Since Adalo’s instructions typically recommend pointing to hosting.adalo.com, you should try using a CNAME record instead of an Alias for the www subdomain (e.g., Name = www, Type = CNAME, Content = ``hosting.adalo.com). For the root domain (@), you might need to use an A record pointing to an IP address provided by Adalo, or check if your hosting/registrar provides a CNAME flattening or ANAME option to use the target hosting.adalo.com directly at the root. You should consult Adalo’s specific domain setup instructions for the most accurate configuration for the root domain (@).

Please see here: Problème de configuration DNS pour la publication de mon application - ndjilifids.pro - #2 by Victor

@Kabongo, closing this thread to avoid duplicate threads because Victor replied to you in your other post which mentions the same issue. : Problème de configuration DNS pour la publication de mon application - ndjilifids.pro - #2 by Victor

Your DNS setup may be incorrect—Adalo typically requires a CNAME record, not ALIAS. Try setting:
Type = CNAME, Name = www, Content = hosting.adalo, then redirect root (@) to www. Check Adalo’s custom domain guide for exact steps.