What is the name of the domain?
lucashealth.ai
What is the error message?
2024-07-23T12:12:20Z DBG Failed to handle QUIC stream error=“stream 373 canceled by remote with error code 0” connIndex=0 event=0 ip=198.41.192.77
What is the issue you’re encountering
My application is unusable through the tunnel after a few hours. If I connect directly to my application through http port it works. The tunnel stop working after a few hours. Sometimes is fine for 24h, but lately my clients can’t connect in the morning, even if I restart cloudflared (docker compose) at midnight.
What steps have you taken to resolve the issue?
Restarting my docker compose (so cloudflared) works, but this issue happened 5 times out of last 7 days.
What are the steps to reproduce the issue?
Nothing special just running cloudflared in my docker compose. This is my docker compose for cloudflared:
version: '3'
services:
cloudflared:
container_name: cloudflared-arcadebrain
# Restart on crashes and on reboots
restart: unless-stopped
image: cloudflare/cloudflared:latest
command: tunnel --loglevel debug --no-autoupdate run
environment:
- TZ=America/New_York
- TUNNEL_TOKEN=<MYTOKEN>
volumes:
- ~/arcadebrain/devops/hera:/etc/cloudflared
security_opt:
- apparmor=unconfined