Coder Social home page Coder Social logo

Comments (33)

acao avatar acao commented on May 5, 2024 2

@RussianCow some folks from the GraphQL Foundation are looking into the https://graphql.org/swapi-graphql/ URL issue itself, I'll keep you posted and close this once it's resolved

from swapi-graphql.

orta avatar orta commented on May 5, 2024 2

I'm also getting the same error - looks like maybe a netlify 404 page?

from swapi-graphql.

benjie avatar benjie commented on May 5, 2024 1

I am also getting the error on my phone which I believe has not visited that page before. If it’s an ISP DNS cache issue I may have to wait 48 hours for it to resolve.

from swapi-graphql.

idanlo avatar idanlo commented on May 5, 2024 1

Any updates?

from swapi-graphql.

acao avatar acao commented on May 5, 2024

thanks @RussianCow . I'll try to track it down

from swapi-graphql.

acao avatar acao commented on May 5, 2024

@RussianCow I was able to get it working after a redeploy, but only at the gh-pages domain:
https://graphql.github.io/swapi-graphql/

I'm not sure who controls the DNS or CDN config for graphql.org currently, as http://graphql.org/swapi-graphql/ still appears to be down, but I'll raise the issue, thanks for pointing it out!

from swapi-graphql.

RussianCow avatar RussianCow commented on May 5, 2024

Great, thanks for spinning that up so quickly!

from swapi-graphql.

acao avatar acao commented on May 5, 2024

@RussianCow can you confirm that https://graphql.org/swapi-graphql/ works for you now?

from swapi-graphql.

RussianCow avatar RussianCow commented on May 5, 2024

No, I still get the same "Page Not Found" error.

from swapi-graphql.

acao avatar acao commented on May 5, 2024

@RussianCow I think it might be your DNS cache as well, because some folks who didnt originally see this error . Have you tried visiting on, say, a smart phone or another device before, that's not connected to the same router?

from swapi-graphql.

RussianCow avatar RussianCow commented on May 5, 2024

I just tried on my phone with wifi off and got the same error. :/

from swapi-graphql.

benjie avatar benjie commented on May 5, 2024

Nope, connecting over 4G rather than wifi has same issue.

from swapi-graphql.

acao avatar acao commented on May 5, 2024

I think Facebook is using Netlifly for managing DNS, and theres just a missing or broken DNS entry for swapi-graphql since dig doesn't show any A records for it

from swapi-graphql.

acao avatar acao commented on May 5, 2024

The FB folks were saying it looked fine at first when I reported this, but they confirmed it isn't working for them on external networks, so I think its close to what you are suggesting @benjie but essentially the opposite, where facebook's ISP DNS cache is giving them a false positive and it's definately down

from swapi-graphql.

acao avatar acao commented on May 5, 2024

We are still looking into it, very actively. In the meanwhile the github.io link above is working!

from swapi-graphql.

idanlo avatar idanlo commented on May 5, 2024

@acao there is a CORS and err: BLOCKED BY CLIENT issue trying to access the github.io link for some reason

from swapi-graphql.

acao avatar acao commented on May 5, 2024

@idanlo this one? https://graphql.github.io/swapi-graphql/

from swapi-graphql.

acao avatar acao commented on May 5, 2024

@idanlo I have very limited access to anything, I don't have access to DNS or settings for any of the github repositories. Only write access to graphiql :( So its been very difficult trying to solve this issue.

from swapi-graphql.

idanlo avatar idanlo commented on May 5, 2024

@acao yes

from swapi-graphql.

acao avatar acao commented on May 5, 2024

given the nature of the error, it must be that your browser itself is blocking it. potentially an issue with browser plugins? do you have any more verbose console output? this might be a different bug entirely.

from swapi-graphql.

idanlo avatar idanlo commented on May 5, 2024

@acao after cancelling my adblocker the err: BLOCKED BY CLIENT changed to a CORS error

from swapi-graphql.

acao avatar acao commented on May 5, 2024

huh! i have UBlockOrigin, privacy badger, https everywhere etc in firefox and it seems fine. Are you using Chrome or another browser?

from swapi-graphql.

idanlo avatar idanlo commented on May 5, 2024

Chrome

from swapi-graphql.

acao avatar acao commented on May 5, 2024

@idanlo alas, i cannot reproduce, nor other maintainers at the moment. Would you care to create a seperate issue for this repository?

from swapi-graphql.

acao avatar acao commented on May 5, 2024

This will be a temporary fix until we can track down the issue at the GraphQL Foundation level:
graphql/graphql.github.io#714

from swapi-graphql.

acao avatar acao commented on May 5, 2024

thanks everyone for helping us to track this down. just another hiccup in the tranfer of ownership, still transitioning access/etc. If I had the access I needed I would have fixed this a while ago

from swapi-graphql.

acao avatar acao commented on May 5, 2024

@idanlo do you still see the issue?

from swapi-graphql.

idanlo avatar idanlo commented on May 5, 2024

yes.
before disabling adblock:
OPTIONS https://graphql.github.io/swapi-graphql/ net::ERR_BLOCKED_BY_CLIENT
after disabling adblock:
Access to fetch at 'https://graphql.github.io/swapi-graphql/' from origin '______' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled

from swapi-graphql.

acao avatar acao commented on May 5, 2024

@idanlo please create a new issue then, as this is unrelated. the CORS headers are not set by this project, but by github.io itself. this gh pages site (as with all gh-pages sites) is entirely client side.

from swapi-graphql.

acao avatar acao commented on May 5, 2024

@RussianCow this should be fixed as of ~1hr ago, are you able to confirm?

from swapi-graphql.

acao avatar acao commented on May 5, 2024

the issue was, in the transition of graphql.org to netlify from gh-pages, we had left a few things like this hanging that just transparently resolved before because of github.io paths. It ended up in the ISP DNS cache for a few organizations, so it was hard to track down at first. thanks to everyone who helped solve this issue!

from swapi-graphql.

RussianCow avatar RussianCow commented on May 5, 2024

Yep, works for me! Thanks so much for looking into this!

from swapi-graphql.

acao avatar acao commented on May 5, 2024

@RussianCow no problem! was a good opportunity to pick up a few loose ends from the transition to netlify. sorry for any issues it might have caused. again, thanks for helping us to track this down everyone. @idanlo don't forget to make that issue so we can try and reproduce your issue

from swapi-graphql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.