You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
External uptime checks simply look for response code (200), so only testing firebase hosting service. More useful would be a custom cloud function (e.g. /healthcheck or /uptime) that queries a couple URLs (home and re-routed page), and checks that expected content appears (e.g. header elements). This would handle case where broken javascript is uploaded or a mismatch between server API files and content (from SEOHost function).
The text was updated successfully, but these errors were encountered:
External uptime checks simply look for response code (200), so only testing firebase hosting service. More useful would be a custom cloud function (e.g. /healthcheck or /uptime) that queries a couple URLs (home and re-routed page), and checks that expected content appears (e.g. header elements). This would handle case where broken javascript is uploaded or a mismatch between server API files and content (from SEOHost function).
The text was updated successfully, but these errors were encountered: