Site returning ERR_CONNECTION_TIMED_OUT despite successful deploys

Hi,

My site is completely unreachable for all visitors despite successful deploys. Here’s all the relevant information:

Site details:

  • Custom domain: botanikaglow.com
  • Netlify subdomain: botanikag.netlify.app
  • Latest Deploy ID: 6a3ef95c3e7edef65e86dfe1

Reproduction steps:

  1. Visit https://botanikaglow.com or https://botanikaglow.netlify.app
  2. Page fails to load with ERR_CONNECTION_TIMED_OUT

What I’ve already checked:

  • Both the custom domain and the .netlify.app subdomain time out
  • DNS resolves correctly to 75.2.60.5 (verified via nslookup)
  • Latest deploy completed successfully with a valid index.html and _redirects file in the output
  • Cleared cache and redeployed — same result
  • Reverted to a previous commit — same result
  • Netlify status page shows all systems operational
  • No bandwidth issues (usage is only 97MB)
  • No billing issues
  • Site is not marked as disabled in Site Settings
  • The React application runs correctly locally (npm start).
  • A production build completes successfully (npm run build).
  • The production build also works when served locally (npx serve build).
  • I reverted my repository to a previous commit that I know was working, but the problem persists.
  • I created an entirely new Netlify site connected to the same GitHub repository, and it exhibits the exact same behavior.
  • The site has no backend; it is a static React application.
  • The custom domain is correctly configured in Netlify with no SSL or domain warnings.
  • I also tested using mobile data instead of Wi-Fi with the same result.

This started happening suddenly with no infrastructure changes on my end. The issue is reproducible by anyone attempting to visit the site.

Please let me know if you need any additional information.

Thanks!