typicode / jsonplaceholder

A simple online fake REST API server
https://jsonplaceholder.typicode.com
MIT License
5.05k stars 582 forks source link

Error 520 from Cloudflare on a simple request on users #160

Open fzaninotto opened 3 years ago

fzaninotto commented 3 years ago

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.

realhefd commented 3 years ago

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 3 years ago

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 :)

realhefd commented 3 years ago

How frequently does this issue occur, because it can mess up somebody pretty bad! At least if we know the frequency we can prepare.

jaisharx commented 3 years ago

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.

KoboldM commented 3 years ago

I am also getting an error with the website. I'm sometimes even getting the heroku page saying that the app is down.

ChaitanyaVSH commented 3 years ago

The issue is happening since morning in India, I'm blocked on my pocket projects as I regularly use /users /posts end-points.

Kashifcbt commented 3 years ago

Is there any plan to resolve this issue or its permanently down?

typicode commented 3 years ago

It should be good now.