Desktop-linux builder error in Windows Desktop App

here’s an error message
request returned Internal Server Error for API route and version http://%2F%2F.%2Fpipe%2FdockerDesktopLinuxEngine/_ping, check if the server supports the requested API version

I’ve been stucking with this for over a week, I’ve tried update wsl to the latest version (2.0.14 as of now)

I don’t know if degrading to an older version would solve this. Have anyone tried it yet. Or is there anyone who can solve this?

1 Like

I have the same problem. Beta Features activation helped some people Docker Desktop Fails to Start Daemon · Issue #156 · docker/desktop-linux · GitHub But there is no control for this option in my Docker Desctop menu

This worked for me …Error when running Docker on Windows after install [Fixed] – Mark Patton

I was having a similar issue but my builder error issue was with the desktop-windows builder, and this (Error when running Docker on Windows after install [Fixed]) worked for me too.

Essentially the fix is to open a cmd/PowerShell window at C:\Program Files\Docker\Docker and run .\DockerCli.exe -SwitchDaemon. A popup appeared telling me that Windows needed admin permissions to run some service, and after starting that service my desktop-windows builder runs ok now.