After restarting my machine, Coder Desktop is hanging on start.
Initially, it showed the message "Please Wait" after expanding the tray.
I exited the App and restarted it, and now it shows:
The App itself is hanging on
reply = await _speaker!.SendRequestAwaitReply(new ClientMessage
{
Start = new StartRequest
{
CoderUrl = credentials.CoderUrl?.ToString(),
ApiToken = credentials.ApiToken,
},
}, ct);
in RpcController.cs. It seems that it doesn't ever get a reply to its start request.
I've attached the logs from the VPN service.
coder-desktop-service20250922.log
Desktop restart was earlier in the afternoon, and I noticed the problem and restarted the App around 2025-09-22 16:10:00 +04:00
After stopping the Coder Desktop App, then restarting the Coder Desktop service, then starting the Coder Desktop App, things seem to be working normally.
After restarting my machine, Coder Desktop is hanging on start.
Initially, it showed the message "Please Wait" after expanding the tray.
I exited the App and restarted it, and now it shows:
The App itself is hanging on
in
RpcController.cs. It seems that it doesn't ever get a reply to its start request.I've attached the logs from the VPN service.
coder-desktop-service20250922.log
Desktop restart was earlier in the afternoon, and I noticed the problem and restarted the App around
2025-09-22 16:10:00 +04:00After stopping the Coder Desktop App, then restarting the Coder Desktop service, then starting the Coder Desktop App, things seem to be working normally.