The following incident translations are empty strings in production, which is causing a test failure and preventing the production build:
incident_id: 731, language: es
incident_id: 731, language: fr
incident_id: 731, language: ja
incident_id: 735, language: es
incident_id: 735, language: fr
incident_id: 735, language: ja
incident_id: 679, language: es
incident_id: 679, language: fr
incident_id: 679, language: ja
incident_id: 703, language: es
incident_id: 703, language: fr
incident_id: 703, language: ja
incident_id: 710, language: es
incident_id: 710, language: fr
incident_id: 710, language: ja
Example showing the empty strings in the DB:
Confirming the source data is not empty:
I confirmed that @datherton09 changed a record in question, which would trigger the re-translation: https://incidentdatabase.ai/incidents/history/?incident_id=731
So it would appear this is a translation service failure. Options include:
- Deleting the offending records in the DB UI.
- Running a migration a la
2025.09.09T12.00.00.delete-empty-translations.js
The following incident translations are empty strings in production, which is causing a test failure and preventing the production build:
incident_id: 731, language: es
incident_id: 731, language: fr
incident_id: 731, language: ja
incident_id: 735, language: es
incident_id: 735, language: fr
incident_id: 735, language: ja
incident_id: 679, language: es
incident_id: 679, language: fr
incident_id: 679, language: ja
incident_id: 703, language: es
incident_id: 703, language: fr
incident_id: 703, language: ja
incident_id: 710, language: es
incident_id: 710, language: fr
incident_id: 710, language: ja
Example showing the empty strings in the DB:
Confirming the source data is not empty:
I confirmed that @datherton09 changed a record in question, which would trigger the re-translation: https://incidentdatabase.ai/incidents/history/?incident_id=731
So it would appear this is a translation service failure. Options include:
2025.09.09T12.00.00.delete-empty-translations.js