From 9416c41d6215a70caaf4cc76fb854fa5dee68bb4 Mon Sep 17 00:00:00 2001 From: fkwp Date: Fri, 25 Apr 2025 00:09:39 +0200 Subject: [PATCH] added note about certificate exceptions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4d843d55..db7cc43f 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,13 @@ yarn backend # podman-compose -f dev-backend-docker-compose.yml up ``` +> [!NOTE] +> To ensure your local development frontend functions properly, you’ll need to add +> certificate exceptions in your browser for both `https://localhost:3000` and +> `https://synapse.localhost/.well-known/matrix/client`. The easiest way to do this +> is to simply copy and paste each URL into your browser’s address bar and follow +> the prompts to add the exception. + ### Playwright tests Our Playwright tests run automatically as part of our CI along with our other