Skip to content

Troubleshooting and Maintenance

Candice edited this page Jul 30, 2025 · 9 revisions

🟢 Health Check Endpoints

Use the following routes to monitor system health:

ENV URL
Development: https://nde-dev.biothings.io/strapi/api/health
Staging: https://data-staging.niaid.nih.gov/strapi/api/health
Production: https://data.niaid.nih.gov/strapi/api/health

Common issues:

Missing content:

Verify entry is published and not filtered by permissions

Build error:

Run

yarn build --clean
rm -rf node_modules
# Re-install + build

Maintenance

The staging/prod database is backed up daily.

Clone this wiki locally