jermbo / SampleAPIs

A simple, no fuss, no mess, no auth playground for learning RESTful or GraphQL APIs.
https://sampleapis.com/
MIT License
214 stars 50 forks source link

Site down #149

Closed yaronchristiaens closed 2 years ago

yaronchristiaens commented 2 years ago

I'm sorry to submit so many issues, but the site is down. Is it maybe possible to display a message when you work on the website? This way the users know that the website will be up again soon.

thedamian commented 2 years ago

SampleAPIs.com seems to be up: https://downforeveryoneorjustme.com/sampleapis.com?proto=https

The only days we bring the site down are the days of the week that don't end in Y

yaronchristiaens commented 2 years ago

That's weird, I have the following screen:

image

molinto commented 2 years ago

Not down, but no API are available Screenshot from 2022-01-04 16-23-53

thedamian commented 2 years ago

Sample APIs front page was down from Jan 3rd (when I added the Jokes API and also updated the server hosting the website) until Jan 5th.

This resoled on the API side of things (backend) still being available but the front end (the www. of the sampleapi empire) showing that there is no apis available.

The issue was that I had added the backend changes (see latest commit) and pulled the latest on the production web server but had not built the front end correctly. Also the React 17 engine might have caused an issue (on the server it's reverted to 16.8)

Regardless a new frontend build was completed successfully and published to the https://sampleapis.com website.

The https://api.sampleapis.com backend was never down and now contains a list of bad jokes.

This issue has been resolved now (on Jan 5th) and I'm closing this issue with a big thanks to @yaronchristiaens and @molinto for reminding us that it was down.