Can't install latest rcstack: rhodecode_network could not be found

Hello,

If I follow the rcstack installation documentation, this ends up with an error:
network rhodecode_network declared as external, but could not be found

Long story:

mkdir ~/docker-rhodecode && cd ~/docker-rhodecode
curl -L -s -o rcstack https://dls.rhodecode.com/get-rcstack && chmod +x rcstack
./rcstack init

Everything is OK. But when I call:
sudo ./rcstack stack router up --detach,
I receive an error:
network rhodecode_network declared as external, but could not be found

Any clue to solve this?

It may be related to a rootless install of Docker and rootless execution of rcstack, because restarting my existing stack with “sudo” seems to workaround this. I can’t tell more at the moment.

Probably rhodecode_network creation failed. Thanks for pointing that out, i think we might make it as a change that would show an error instead of silent pass