You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not experienced this error myself, however, four people have now ran into this error and reported it on Slack. I'm not sure why it's happening but the docker compose file that is generated is declaring the gateway network as external and that causes the network to not be created thus giving this error.
I know two of these were encountered on a vm. One had docker compose version one still installed.
Temporary fix has been to edit the docker compose file and remove the external part for the gateway network. Next, comment out the line that generates the docker compose file in the Makefile. Then run make starter or starter_dev again.
The text was updated successfully, but these errors were encountered:
I don't know enough about docker to speak confidently about what the correct thing to chagne it is, but another temporary workaround is to run the command
I have not experienced this error myself, however, four people have now ran into this error and reported it on Slack. I'm not sure why it's happening but the docker compose file that is generated is declaring the gateway network as external and that causes the network to not be created thus giving this error.
I know two of these were encountered on a vm. One had docker compose version one still installed.
Temporary fix has been to edit the docker compose file and remove the external part for the gateway network. Next, comment out the line that generates the docker compose file in the Makefile. Then run make starter or starter_dev again.
The text was updated successfully, but these errors were encountered: