Error when trying to connect the wallet
vplasencia opened this issue · 2 comments
vplasencia commented
vplasencia commented
To solve this issue, it is necessary to check if there are docker containers running in the background:
Check the containers that are running:
docker ps
Stop the ones you would like to stop or
stop them all by running:
docker stop $(docker ps -a -q)