jsonplaceholder icon indicating copy to clipboard operation
jsonplaceholder copied to clipboard

Error 520 from Cloudflare on a simple request on users

Open fzaninotto opened this issue 3 years ago • 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.

fzaninotto avatar Apr 22 '21 18:04 fzaninotto

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.

realhefd avatar Apr 22 '21 20:04 realhefd

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

large avatar Apr 22 '21 21:04 large

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

realhefd avatar Apr 23 '21 01:04 realhefd

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.

jaisharx avatar Apr 23 '21 06:04 jaisharx

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

KoboldM avatar Apr 23 '21 06:04 KoboldM

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

ChaitanyaVSH avatar Apr 23 '21 12:04 ChaitanyaVSH

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

Kashifcbt avatar Apr 23 '21 22:04 Kashifcbt

It should be good now.

typicode avatar Apr 24 '21 18:04 typicode