mirror of
https://github.com/openclaw/nix-openclaw.git
synced 2026-07-25 05:35:30 -04:00
Generated config contains invalid key: messages.queue.byProvider #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @schickling on GitHub (Jan 26, 2026).
Problem
The
mkRoutingConfigfunction in the home-manager module generates a config withmessages.queue.byProvider, but this key is not recognized by the clawdbot config schema.Error
Generated config
Impact
The clawdbot gateway fails to start because of this invalid config.
Suggested Fix
Either:
byProviderfrommkRoutingConfigif it's not part of the schemaWorkaround
Currently no easy workaround since
configOverridesuseslib.recursiveUpdatewhich merges rather than replaces.@joshp123 commented on GitHub (Feb 3, 2026):
[🤖 this message brought to you by codex] should be fixed in
952a04f3(schema-only config + strip nulls). Closing for now — come and yell at me in #golden-path-deployments on discord if you're still having issues! Stability work continues; we are making this better every week.