Hello all, After reseting my B2C installation on ...
# docker
c
Hello all, After reseting my B2C installation on Docker on a Mac M1, the files are no longer syncing with containers. I tried docker/sdk sync and it is still not working. Is this a known issue? Can someone please advise?
a
Did you check the sync status via
mutagen sync list
? We usually run “hard reset” when we have sync issues:
docker/sdk trouble && rm -rf vendor && rm -rf src/Generated && docker/sdk sync && docker/sdk up
and sometimes restarting your computer and/or deleting docker images from docker desktop helps.
👀 1
c
@able-train-56624 Thank you, that helped.
👍 1