typicode/jsonplaceholder

Error 520 from Cloudflare on a simple request on users

fzaninotto opened this issue · 8 comments

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:

image

When accessing this same URL through fetch, the 530 error turns into a CORS failure.

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.

large commented

I having the same issue as reported above.
Tested some links...

Working:
https://jsonplaceholder.typicode.com/posts

Not working (520):
https://jsonplaceholder.typicode.com/albums/1
https://jsonplaceholder.typicode.com/users/
https://jsonplaceholder.typicode.com/photos

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.