Problem
Questions are fetched from fibbage-tribute-questions.herokuapp.com. Heroku removed its free tier in November 2022, so this endpoint is likely down, which makes the game completely non-functional.
Suggested fix
- Bundle a local set of questions as a fallback (e.g. a JSON file in the repo).
- Optionally keep the external API as a configurable option, but don't depend on it.
Problem
Questions are fetched from
fibbage-tribute-questions.herokuapp.com. Heroku removed its free tier in November 2022, so this endpoint is likely down, which makes the game completely non-functional.Suggested fix