Hotfix v1.8.7: Critical Agent Startup Fix
I've just released a critical hotfix that resolves a bug preventing the managed cloudflared
agent from starting correctly.
The Issue:
Some of you may have seen the Provided Tunnel token is not valid
error from the cloudflared
container.
The Fix:
I've updated the code to be more robust. It now correctly handles both the new JSON format and the original raw text format, ensuring the agent will start reliably for everyone.
A huge thank you to the community for reporting and diagnosing this in GitHub Issue #101.
How to Upgrade:
To apply the fix, just pull the latest image:
docker-compose pull
docker-compose up -d