Skip to content

🐛 can't access the biome.dev website from Vancouver, Canada #3963

@artivilla

Description

@artivilla

Environment information

I havne't tried all locations but noticed the website is in accessible from my location. If I hop into VPN from US, I'm able to access the site. Seems like others have reported this here biomejs/biome#3021 as well. It could be my home network but def related to not being able to hit IPV6?

❯ curl -6 http://biomejs.dev
curl: (7) Failed to connect to biomejs.dev port 80 after 113 ms: Couldn't connect to server

~
❯ curl -4 http://biomejs.dev
Redirecting to https://biomejs.dev/
~
❯ curl -6 http://google.com
curl: (7) Failed to connect to google.com port 80 after 41 ms: Couldn't connect to server

~
❯ curl -4 http://google.com
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TITLE></HEAD><BODY>
<H1>301 Moved</H1>
The document has moved
<A HREF="http://www.google.com/">here</A>.
</BODY></HTML>

What happened?

  1. Visit https://biomejs.dev/
  2. Can't access the page. This is the only website that is causing issues however.

Using Dia browser (latest) but also tried on Chrome (latest)

Expected result

  1. Visit https://biomejs.dev/
  2. Page should load

Code of Conduct

  • I agree to follow Biome's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions