I added the subdomain in the domains, added the “mvp” CNAME cname.vercel-dns.com in the DNS list, but nothing - the only thing I see is the Appenue-ai.com website on that subdomain.
I also followed both ChatGPT’s as well as Vercel’s AI suggestions regarding the vercel.json file, but to no avail.
Thank you for providing the detailed information. Before I jump into a solution, I wanted to let you know that I currently cannot access the site mvp.appenue-ai.com, as shown in the screenshot below. Additionally, appenue-ai.com is stuck on the landing page, and I’m not sure what issues you might be experiencing.
I checked the main domain, seems to work fine (checked it in incognito mode both on desktop as well as mobile).
Now it says “invalid configuration” instead of “DNS Change Recommended” (I changed the mvp CNAME to A record, as per Lovable’s recommendations for setting up the subdomain again as it didn’t work yesterday).
I understand the challenges you’re facing. Let me clarify the steps you need to follow when working with a domain and its subdomains. Please use the following DNS records:
For the main domain, create an A Record: xxx.xxx.xx.x (e.g., chintansudani.com).
I set up as you said, but what happens now is that the main domain (i.e. appenue-ai.com) is redirected to mvp.appenue-ai.com instead of the landing page.
I couldn’t remove any “*” records, I get this toast when I try to: “Default DNS Records cannot be deleted. However, adding additional DNS Records will override the values of them.”
I believe I have identified the root cause of the issue!
It seems that you created the web pages through lovable.app, and both pages are located under the same project. I’m assuming this because the preview link is the same for both pages.
As a result of being in the same project, the current configuration cannot properly segregate the two routes. Specifically, the root domain points to the landing page, while the other page points to a subdomain, which doesn’t make sense in this context.
If my assumption is correct, I recommend separating the landing page and the MVP project and following my earlier instructions. This should resolve your problem.
Please let me know if you need any further assistance from my side.
I have another project in which the domain and the subdomain were under the same project and there was no issue.
Is it possible that because the other project was working with Namecheap nameservers (and the DNS records were there), but here everything is on Vercel - it creates such a problem?