Unable to access the builder.io site in Chrome

For roughly the last week I’ve been unable to access builder.io via Chrome. I’ve tried on a Windows PC, Mac and an Android phone. Every time I attempt it I get a too many redirects error in the browser. It also appears to be affecting Edge and Arc browser as well. Firefox seems to work. I’ve asked a couple of colleagues to check and they are having the same issue.

Builder content link

Detailed steps to reproduce the bug

Try to access the builder site in Chrome.

I’ve also tried cURL. If I run it with only the URL as a param then I

$ curl 'https://www.builder.io'

<!DOCTYPE html>
...

This returns HTML as expected.

But if I include the same parameters that the Chrome request does then the request fails.

$ curl 'https://www.builder.io/' \
  -H 'authority: www.builder.io' \
  -H 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' \
  -H 'accept-language: en-GB,en;q=0.9' \
  -H 'sec-fetch-dest: document' \
  -H 'sec-fetch-mode: navigate' \
  -H 'sec-fetch-site: none' \
  -H 'sec-fetch-user: ?1' \
  -H 'upgrade-insecure-requests: 1' \
  -H 'user-agent: Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' \
  --compressed

<p>Moved Permanently. Redirecting to <a href="https://www.builder.io/">https://www.builder.io/</a></p>%

I went through each of the headers and removed them one by one. It seems that the issue may be with the accept header. If I remove that one, I get actual HTML again.

$ curl 'https://www.builder.io/' \
  -H 'authority: www.builder.io' \
  -H 'accept-language: en-GB,en;q=0.9' \
  -H 'sec-fetch-dest: document' \
  -H 'sec-fetch-mode: navigate' \
  -H 'sec-fetch-site: none' \
  -H 'sec-fetch-user: ?1' \
  -H 'upgrade-insecure-requests: 1' \
  -H 'user-agent: Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' \
  --compressed

<!DOCTYPE html>
...

Please can someone look into this?

Hello @Greg,

Welcome to the builder.io forum.

Unfortunately, we are not able to reproduce this issue on our end. Would you be able to confirm if you and your team using any VPN? Also, not sure but could this be due to your location?

Hi, thanks for the swift reply!

I’ve not been using a VPN. I’m based in the UK near Manchester and have been connecting over my home broadband connection. I’ve tried on my mobile phone data too but it returns the same error. I’ve not been using a VPN.

I’ve just asked a friend near London to try and he also gets the error.

Having the same issue. Mobile Chrome/Desktop. I am UK based - had the same issue couple of days ago while being in Denmark.

Further update, I’ve had some more people try. One is based in Canada, the page loaded fine for him too, but when he used a VPN to the UK and tried again he also got the too many redirects error.

The reverse works for my UK friends with VPNs. Inside the UK the home page won’t work, but if they VPN to another country the page will load without issue.

I’ve found another workaround, loading the content management area directly works too. e.g. Builder.io: Drag & Drop Headless CMS.

If I use a link to another page that isn’t the root, then that page seems to load. Such as the pricing or docs pages. If I then click the header link to the home page, it will load as well, but as soon as a reload the page it will break.

Hello @pzawadzki1024,

We’ve successfully replicated the issue while using a VPN based in the UK. I’ve escalated this matter to our development team for a thorough investigation. Rest assured, we are actively working on resolving this issue and will keep you updated with any findings or solutions.

Thank you for bringing this to our attention, and your patience is greatly appreciated.

Best regards,

1 Like

Hello @Greg @pzawadzki1024,

I’m pleased to inform you that the issue you reported should now be resolved. Please take a moment to check, and if you encounter any further difficulties accessing the Builder.io landing page, don’t hesitate to reach out and let us know.

Best regards,

It seems to be working now. Thanks for your assistance. :slightly_smiling_face: