Common Issues
Frequent problems and quick resolutions for standalone and distributed modes.
Redis in Standalone Mode
- Connection refused / ECONNRESET: ensure the Compozy process is running; embedded cache shares the process lifecycle
- Snapshot failures: verify
redis.standalone.persistence.direxists and is writable; validateintervalformat - Slowdowns during tests: disable snapshots or increase
interval
Mode Validation Errors
- Unknown mode: only
standalone,distributed(andremotefor Temporal) are accepted - Missing required fields: e.g.,
redis.distributed.addrmust be set whenredis.mode=distributed - Conflicting overrides: remove duplicate fields when switching modes
Temporal Standalone
- Port conflicts on
7233–7236or UI8233: changefrontend_port/ui_port - Startup timeout: increase
temporal.standalone.start_timeout
See also: Temporal Troubleshooting