Troubleshooting & Diagnostics
This guide covers common diagnostic workflows and error resolution for Fluffy Core and Premium.
#Common Resolution Errors
#`E_CAPABILITY_UNBOUND`
Cause: Application source code attempts to access a database or topic that is not declared in fluffy-chainsaw.workspace.yaml.
Solution: Declare the missing resource in your application's runtime capabilities section and re-run:
1fluffy-chainsaw generate --all #Docker Daemon Connectivity
When running fluffy-chainsaw local, Fluffy requires a running Docker or Colima daemon.
If you encounter:
1error: Cannot connect to the Docker daemon at unix:///var/run/docker.sockVerify your Docker daemon status:
1docker info #Deployment Identity Mismatches
Each environment requires a distinct, cryptographically valid deployment.identity:
Caution
Never copy a
deployment.identity from another team's workspace or environment. Always run fluffy-chainsaw init to generate a fresh identity for new environments.