If you have recently updated your system and are now seeing a ‘404 not found’ error on the brewblox UI page, follow these steps as discussed on the Brewblox discord:
Run sudo systemctl edit docker.service to add an override file to the Docker service
Above the line that reads “### Edits below this comment will be discarded”, paste the following lines:
[Service]
Environment=DOCKER_MIN_API_VERSION=1.24
Save the file (ctrl+x followed by enter if using the default nano editor)
Restart docker service sudo systemctl restart docker.service
This should resolve the issue. If not, reboot the system running Brewblox software.
This issue was caused by an update to Docker that is having ripple effects across other major software as well. Once the underlying issue is resolved, I will add a post to this thread detailing how to undo this band-aid.
While running that it would output that it was using the commit with the Traefic version update, the Jinja template in the venv site-packages still wasn’t updating.