-
-
Notifications
You must be signed in to change notification settings - Fork 582
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
Error 520 from Cloudflare on a simple request on users #160
Comments
I'm also getting 502 from any request I make. Looks like the actual site is down and Cloudflare is just providing us with a snapshot. |
I having the same issue as reported above. Working: Not working (520): Hopefully the mockingbird will get up and running soon :) |
How frequently does this issue occur, because it can mess up somebody pretty bad! At least if we know the frequency we can prepare. |
Yeah I can confirm this too. The https://jsonplaceholder.typicode.com/ is legit down. None of the requests to the endpoints are working, and the homepage is only serving up cached version of the page. |
I am also getting an error with the website. I'm sometimes even getting the heroku page saying that the app is down. |
The issue is happening since morning in India, I'm blocked on my pocket projects as I regularly use /users /posts end-points. |
Is there any plan to resolve this issue or its permanently down? |
It should be good now. |
I tried accessing this URL: https://jsonplaceholder.typicode.com/users?id=3&id=9&id=2&id=7&id=10&id=5
And the result, in the browser, is:
When accessing this same URL through fetch, the 530 error turns into a CORS failure.
The text was updated successfully, but these errors were encountered: