-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting and Maintenance
Candice edited this page Jul 30, 2025
·
9 revisions
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 |
📝 Note: The backend team has set up Slack alerts that trigger based on these health check URLs.
Verify entry is in a viewable publication state and not filtered by permissions.
Verify that the queried endpoint contains the correct publication state (e.g. status=draft or status=published).
Run
yarn build --clean
rm -rf node_modules
# Re-install + buildThe staging/prod database is backed up daily.