Skip to content

Commit 6bb4bdb

Browse files
docs: add troubleshooting section to Desktop docs (coder#17098)
[preview](https://coder.com/docs/@121-desktop-troubleshoot/user-guides/desktop) relates to coder/coder-desktop-macos#121 --------- Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> Co-authored-by: Ethan <39577870+ethanndickson@users.noreply.github.com>
1 parent d7a81f1 commit 6bb4bdb

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs/user-guides/desktop/index.md

+32
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,35 @@ We are planning some changes to Coder Desktop that will make accessing secure co
193193
1. Web apps accessed on the configured hostnames will now function correctly in a secure context without requiring a restart.
194194

195195
</div>
196+
197+
## Troubleshooting
198+
199+
### Mac: Issues updating Coder Desktop
200+
201+
> No workspaces!
202+
203+
And
204+
205+
> Internal Error: The VPN must be started with the app open during first-time setup.
206+
207+
Due to an issue with the way Coder Desktop works with the macOS [interprocess communication mechanism](https://developer.apple.com/documentation/xpc)(XPC) system network extension, core Desktop functionality can break when you upgrade the application.
208+
209+
<div class="tabs">
210+
211+
The resolution depends on which version of macOS you use:
212+
213+
### macOS <=14
214+
215+
1. Delete the application from `/Applications`.
216+
1. Restart your device.
217+
218+
### macOS 15+
219+
220+
1. Open **System Settings**
221+
1. Select **General**
222+
1. Select **Login Items & Extensions**
223+
1. Scroll down, and select the **** for **Network Extensions**
224+
1. Select the **...** next to Coder Desktop, then **Delete Extension**, and follow the prompts.
225+
1. Re-open Coder Desktop and follow the prompts to reinstall the network extension.
226+
227+
</div>

0 commit comments

Comments
 (0)