bandada-infra/bandada

Error when trying to connect the wallet

vplasencia opened this issue · 2 comments

Description

Sometimes when I open the Bandada dashboard app locally, I see this error when I want to connect the wallet, then the Send message button does not work. If I refresh the page or click on Cancel and try again, everything works fine. It rarely happens with the deployed version.

Screenshot 2024-04-08 at 3 09 15 PM

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)