-
-
Notifications
You must be signed in to change notification settings - Fork 208
Open
Labels
Description
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?
- Visit https://biomejs.dev/
- 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
- Visit https://biomejs.dev/
- Page should load
Code of Conduct
- I agree to follow Biome's Code of Conduct
Reactions are currently unavailable