As of yesterday my VPS hosted N8N instance started returning a 404 page not found error. The SSL certificate is TRAEFIK DEFAULT CERT rather than a lets encrypt certificate. My workflows were still running as i was getting my normal scheduled telegram messages etc.
I carried out some troubleshooting and have been seeing the below errors:
2025-11-11T15:43:34Z ERR Provider error, retrying in 1.468570889s error=“Error response from daemon: client version 1.24 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version” providerName=docker
I tried updating the compose.yml file to include:
image: “traefik:latest”
Which updated traefik but the issue remained.
Hoping this was just a bug with my instance i backed up everything, reinstalled the OS and ran through the setup process but immediately im seeing the same errors, although this time i havent updated traefik as per the above.
Anyone have any ideas whats happening? Im guessing something has updated which is causing incompatibility somewhere?
What is the error message (if any)?
2025-11-11T15:43:34Z ERR Provider error, retrying in 1.468570889s error=“Error response from daemon: client version 1.24 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version” providerName=docker
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
I received the same error yesterday after upgrading the OS.. Appears traefik is noi ready for the newer release of dockers being installed by the OS upgrade… I restored the most recent snapshot (One prior to upgrading the OS) to recover
Optional: If you want a completely clean install, remove Docker data (containers, volumes, images). Only do this if you’ve backed up anything important:
I did something a little different, similar: Here is the script I wrote:
Here is the OS Info:
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 24.04.3 LTS
Release: 24.04
Codename: noble