I’ve been trying to link a dev realm app and a production realm app to different subdomains. So the dev one would go to dev.example.com and the production one would go to app.production.com. For some reason the production app will not successfully verify the custom domain I am providing. I have had the CNAME record for verification in place for over 24 hours.
Additionally, something strange is going on when I got o app.example.com. It is showing me the development realm app. Not sure what is going on there. It might be worth noting I have already created a CNAME record for app.example.com that is pointing to my mongodbstitch.com domain. Not sure if that has anything to do with it.
My questions are:
- Are there any problems with linking multiple realm apps to the same custom domain?
- Are there any obvious reasons why custom domain verification would not work?
- Why would my production subdomain be pointing to my development app when dev.example.com CNAME points to my development mongodbstitch.com domain?
Thanks!