My netlify site name: thenerdfinder.netlify.app
My Custom domain name: thenerdfinder.com
My site is fully deployed and oprerational. I am testing features that can’t be tested except in live mode. Every time I make any change on supabase one of two things happen. number one and most common, something happens to my ssl and I get " This site can’t provide a secure connection". Number two, under the domain it says "preparing domain… ". This is slowing down my debugging process considerably. I just migrated from firebase because there rules system sucks but deployment never had this problem. I should be able to make code and rule changes without worrying that my site will go down and i’ll have to wait 20 min for it to come back up to continue to work. What can I do? I’ve search everywhere for an answer and even asked AI to no avail. Please help!
Hello! I checked your dns configuration and you are using Netlify nameservers. However, I noticed this A records is pointing to 75.2.60.5(Netlify’s load balancer IP address). This A record is for external DNS, means if you are using a different nameservers not Netlify nameservers. I suggest to remove this A record as this is actually a redundant configuration that could potentially cause SSL certificate issues and DNS configuration error, which you’re seeing “preparing domain”.
Also, you don’t need to manually create A records, Netlify automatically handles all the necessary DNS routing for your site.
Hope this is helpful.