Skip to content

Commit b783f2e

Browse files
committed
add troubleshooting section
1 parent c131d01 commit b783f2e

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

docs/user-guides/desktop/index.md

+31
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,34 @@ 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+
> Internal Error: The VPN must be started with the app open during first-time setup.
202+
203+
And
204+
205+
> No workspaces!
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+
226+
</div>

0 commit comments

Comments
 (0)