-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The website's documentation is returning a 404 #905
Comments
I cannot reproduce now, pages load fine here. If this is still happening, do you have a way to check if it happens on multiple computers / ISPs? |
Work for me (Comcast East Coast 65.96.x.x) |
I've cleared the Cloudflare cache, don't know if that will help. Duplicate: nodejs/nodejs.org#1391 |
tunneling through DO's SFO1 datacenter results in a looks like we're just playing a waiting game now. for others following along at home, static mirrors: thanks for following up, @joaocgreis |
I'm still receiving 404s at DFW. |
This seems like something we should contact Cloudflare about. @mhdawson @joaocgreis @jbergstroem @rvagg I'm not sure how we do this, is there someone we could cc in this issue? |
I commented on nodejs/nodejs.org#1391 (comment), trying to figure out what CF is caching. If everything was OK or if there was a time-window with 404s? |
Just chiming in to confirm the docs works as expected in the Norway/Oslo area. Sadly I don't have any knowledge about the Cloudflare setup or how to contact them :/ |
We have some CI machines at DFW and I can confirm this is an issue only there. As noted in #676 (comment) , Cloudflare is configured to fall back to http://unencrypted.nodejs.org/download/ when the primary server is not accessible. I can access the main server by IP from the machines at DFW, I don't know why Cloudflare is not using it. There were no |
Can we add those URLs (http://unencrypted.nodejs.org/download/release/latest-v6.x/docs/api/ and http://unencrypted.nodejs.org/download/release/latest-v8.x/docs/api/) to |
This is still an issue for https://coverage.nodejs.org/ and https://nodejs.org/metrics/ at least. I don't have any experience with Cloudflare, but we should probably figure out why it's not using the main server. cc @jbergstroem @rvagg |
/cc @cloudflare |
I've made some tweaks to the SSL config on the backup server, maybe that'll help. Taking this to private email with CF along with @mhdawson for now, will report back if we hear anything helpful. |
Some progress, this is interesting so I thought I'd share. There is an API for querying the status of load balancer pools on CF. Doing so, with our account (
(IP addresses edited out) Same error on two servers hosted by completely different providers, ongoing for a few days now, so I'm assuming it's on their end. Waiting to hear more on this from them. |
It looks like |
https://coverage.nodejs.org still isn’t working for me. It shows the websites homepage and redirects to https://coverage.nodejs.org/en |
@evanlucas clear your cache perhaps? I don't think that one's related to CF, there's some funky nginx redirect stuff I've been noticing related to http/https and this sounds similar. |
@rvagg from Austin, TX I'm now seeing correct content for the first time in 5 days:
Speculating here, but the |
Still not seeing |
From Dallas, TX, just wanted to confirm the doc links are working fine now. Thanks for fixing. |
Double confirmation so closing (DFW area users please comment if wrong) |
the docs work for me, but https://coverage.nodejs.org still redirects to https://coverage.nodejs.org/en. |
Hey @evanlucas, this is precisely what's on the server for coverage.nodejs.org: https://github.com/nodejs/build/blob/master/setup/www/resources/config/coverage.nodejs.org, I don't see anything in there that would be causing a redirect. Do you still get it after clearing cache? Can you replicate the behaviour with another browser or There's a small possibility this is an SNI thing but I don't imagine you're running a browser old enough to be bothered by the fact that we're serving multiple https hosts off the same host. If it continues to happen I could see how switching on CloudFlare serving for that host goes, maybe that'll make an impact. Status update from CloudFlare on the Dallas issue: last I heard from them they said that the edge server team was looking into it. I believe we're essentially solved on the problem and anything outstanding is on their end so 👍 I suppose. |
This is finally working for me now. I had cleared dns cache and all that, but even curl was still responding with a 301. Sorry for all the noise and thanks for following up @rvagg :] |
Moving from nodejs/nodejs.org#1390.
https://nodejs.org/dist/latest-v8.x/docs/api and https://nodejs.org/dist/latest-v6.x/docs/api
The text was updated successfully, but these errors were encountered: