This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
[Bug] Frontend fails to run if translations aren't fetched first #298
Labels
🤖 aspect: dx
Concerns developers' experience with the codebase
🛠 goal: fix
Bug fix
🟧 priority: high
Stalls work on the project or its dependents
🚦 status: awaiting triage
Has not been triaged & therefore, not ready for work
Description
Sometimes new translations will be available for the frontend but if you don't run
i18n:get-translations
before runningnpm run dev
the API will crash after building.Reproduction
.json
filenpm run dev
Expectation
Missing translations shouldn't crash the server
Additional context
Expectation according to @zackkrida
Resolution
The text was updated successfully, but these errors were encountered: