From f48462d97f51f0145cd2dc339e29c807657ad7bc Mon Sep 17 00:00:00 2001 From: Guillaume Date: Wed, 24 Jul 2024 16:58:04 +0200 Subject: [PATCH] Update status page --- pages/status.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pages/status.tsx b/pages/status.tsx index 3ceb88bc..9626ab0e 100644 --- a/pages/status.tsx +++ b/pages/status.tsx @@ -12,6 +12,13 @@ const incidents: { dateEnd: string; status: 'inprogress' | 'resolved'; }[] = [ + { + title: 'Cloud deployments - bugfix release', + desc: 'Cloud deployments servers were restarted to apply a fix affecting requests containing specific bodies. The issue has been resolved and deployments are back to normal.', + dateStart: '2024-07-24 14:49:00 UTC', + dateEnd: '2024-07-24 14:52:00 UTC', + status: 'resolved' + }, { title: 'Main API - issue with user creation', desc: 'An issue prevented new users from being created. The issue has been identified and a fix deployed. Existing users were not affected. We put in place better monitoring to prevent this issue from happening again.',