Hello everyone,
I recently bought a Raspberry Pi 4 to install a n8n server on it.
I ran in a lot of issues but thanks to Joff, I could fix some.
I’m a newbie when it comes to Raspberry Pi/Servers.
Actually, I finally found a way to install n8n via Docker Compose and get it running. When connecting to my domain, nothing happens.
After looking at the Docker Compose logs, I find those errors →
traefik_1 | time=“2021-09-17T17:54:46Z” level=info msg=“Configuration loaded from flags.”
traefik_1 | time=“2021-09-17T17:57:25Z” level=error msg=“accept tcp [::]:443: use of closed network connection” entryPointName=websecure
traefik_1 | time=“2021-09-17T17:57:25Z” level=error msg=“accept tcp [::]:8080: use of closed network connection” entryPointName=traefik
traefik_1 | time=“2021-09-17T17:57:25Z” level=error msg=“accept tcp [::]:80: use of closed network connection” entryPointName=web
traefik_1 | time=“2021-09-17T17:57:25Z” level=error msg=“close tcp [::]:8080: use of closed network connection” entryPointName=traefik
traefik_1 | time=“2021-09-17T17:57:25Z” level=error msg=“close tcp [::]:443: use of closed network connection” entryPointName=websecure
traefik_1 | time=“2021-09-17T17:57:25Z” level=error msg=“close tcp [::]:80: use of closed network connection” entryPointName=web
Did anyone had those errors and found a way to fix it ? I followed the n8n tutorial for setting up a server