Hello.
I have a static Netlify site deployed from GitHub.
Default Netlify subdomain works correctly:
https://marso-partner-test.netlify.app/
But the custom domain does not fully load:
The non-www version redirects to the www version:
DNS is delegated to Netlify DNS. The domain is added to the Netlify project:
marso-partner-test
The custom domain returns HTTP 200 OK and the response headers show:
Server: Netlify
Content-Length: 17947
Content-Type: text/html; charset=UTF-8
However, the response body is not fully delivered through the custom domain.
Test result for the custom domain HTML:
WWW HTML: http=200 size=3150 time=20.005715
curl: (28) Operation timed out after 20005 milliseconds with 3150 out of 17947 bytes received
CSS also fails:
WWW CSS: http=200 size=3147 time=20.001718
curl: (28) Operation timed out after 20001 milliseconds with 3147 out of 56737 bytes received
The default Netlify subdomain works correctly:
NETLIFY HTML: http=200 size=17947
I also tried creating a new Netlify project from the same GitHub repository. The new Netlify subdomain works, but the custom domain still fails in the same way.
VPN does not change the result.
Request IDs:
X-Nf-Request-Id: 01KTDWPCTNA6H75JYBZ412F0WG
X-Nf-Request-Id: 01KTDWPZ5GJPVFHR2TNT3814TW
Please check the Netlify Edge/CDN route or custom domain delivery for this domain.