About this, @Duo-Studio :
I can only answer if I can see the issue occurring.
In the other examples in this topic, people were able to explain to me what triggered the redirect loop. I was then able to follow those instructions to see the redirect error happening myself.
This allowed us to find a bug at Netlify and we got that fixed. No one is reporting further issues since that bug was fixed.
If you are still seeing issues, we would be happy to examine it to find out why. It could be because of a misconfiguration of some kind in the site’s code. It could be a bug at Netlify. However, the only way to debug what is happening is to be able to identity the HTTP responses which are incorrect or to otherwise reproduce the issue in some way.
The biggest problem I’ve had personally in troubleshooting in this topic is that Google’s software is hiding all kinds of important details for troubleshooting. For example, we send a unique header with every HTTP response, the x-nf-request-id
header. This header would tell me exactly which responses Google saw as “wrong” and I could start looking at those responses for clues.
We send this header. Google receives this header. However, Google doesn’t provide you with anyway of getting that information and this means I don’t have any way to troubleshoot.
Again, with the other examples above, we were able to find the issue by someone providing enough information to reproduce the behavior.
Now, I have tried to reproduce this. I have queried all the CDN nodes for your site and cannot trigger a redirect loop. I tested all node with both your apex domain (with is the primary custom domain) and the www subdomain (which redirect to the apex). The apex always returns a 200. The www subdomain always 301 redirects to the apex. This happens both with and without user agents for bots.
In other words, I’ve tried to find evidence of an issue and I cannot. Without additional details, I have no way of researching this further. Also, while unlikely, this could just be a bug at Google.
If there are other questions, please let us know.