From 97cfb90caeb9989ee89bc566462e4185496a9fa2 Mon Sep 17 00:00:00 2001 From: Reactor Scram Date: Wed, 19 Jun 2024 18:00:14 +0000 Subject: [PATCH] docs(gui-client/windows): add new known issue (#5443) It's actually bailing out, not crashing, but I think "crash" is more understandable to users. --- website/src/app/kb/user-guides/windows-client/readme.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/src/app/kb/user-guides/windows-client/readme.mdx b/website/src/app/kb/user-guides/windows-client/readme.mdx index b46b4669d..280883950 100644 --- a/website/src/app/kb/user-guides/windows-client/readme.mdx +++ b/website/src/app/kb/user-guides/windows-client/readme.mdx @@ -192,5 +192,7 @@ Get-DnsClientNrptRule | where Comment -eq firezone-fd0020211111 | foreach { Remo - After clearing diagnostic logs, no more logs are written until the GUI and tunnel service each restart. [#4764](https://github.com/firezone/firezone/issues/4764) +- When restarting the GUI, the GUI may fail to connect to the IPC service and + crash [#5441](https://github.com/firezone/firezone/issues/5441)