I am facing this issue “failed to move dashboard files: rename C:Userstest.daprbinreleasewindows_amd64web C:Userstest.daprbinweb: Access is denied.” on “dapr init” command.
I am new to dapr and trying to install and initialize it.
When I use ‘dapr init’ command, it shows something like this
I can see all the containers are installed and running in docker as well.
But when I run ‘dapr run –app-id myapp –dapr-http-port 3500’ command, it shows me this error ‘exec: “C:Userstest.daprbindaprd.exe”: file does not exist’
And this is how my .dapr folder looks like:
I tried reinstalling everything, like dapr including all the containers and restarting the system but nothing works.
please help.