For the complete documentation index, see llms.txt. This page is also available as Markdown.

Broker & Tokens - Rotated token but still failing

Symptoms

  • You generated a new broker token, but Mobb's logs still show broker connectivity errors.

  • Mobb still appears to be using the old token.

Likely cause

Generating a new token is only half of the rotation. The running broker container must be restarted (or its environment updated) so it picks up the new FRP_BROKER_AUTH_TOKEN value. Until then, the broker client keeps presenting the old token.

Resolution

  1. Update FRP_BROKER_AUTH_TOKEN with the new value wherever your broker runs (for example, the container's environment variables — on AWS ECS this is the task definition).

  2. Restart the broker so the new token takes effect. On ECS, force a new deployment / restart the task so it reads the updated variable.

  3. Confirm every broker client is updated if you run more than one (each SCM/domain may have its own broker).

See the environment-variable reference in the Mobb Broker guide.

Still stuck? Contact support@mobb.ai.

Last updated