Stefano Rifici

Results 4 comments of Stefano Rifici

I'm suffering with the same issue but I have just stock multiuser and no external apps, strange thing is if I uninstall and then reinstall and then I provide authorizations...

I will ask here to avoid opening a new issue cause probably is related. I'm on Windows (that as far as I know is not supported), how can I check...

> @SedyBenoitPeace To check if the docker container is running, you can use the docker command `docker ps`. That will tell you the status of all the containers you are...

> To access the docker logs you need the _container_id_, which you can find using the `docker ps` command. Then the command is: `docker logs container_id` (substituting the actual container_id...