cli icon indicating copy to clipboard operation
cli copied to clipboard

dapr init failed to move dashboard files on windows

Open narsenico opened this issue 1 year ago • 0 comments

Expected Behavior

dapr init without errors

Actual Behavior

dapr init ends with error failed to move dashboard files

Making the jump to hyperspace...
Container images will be pulled from Docker Hub
Installing runtime version 1.13.4
Downloading binaries and setting up components...
failed to move dashboard files: rename C:\Users\xxx\.dapr\bin\release\windows_amd64\web C:\Users\xxx\.dapr\bin\web: Access is denied.

Steps to Reproduce the Problem

fresh installation on Windows Server 2022 no dasboard.exe process running (see https://github.com/dapr/cli/issues/963) simply launch dapr init in powershell with administrator privileges

already tried darp uninstall --all followed by dapr init with same result

narsenico avatar Jun 12 '24 10:06 narsenico