Broker & Tokens - Rotated token but still failing
Last updated
This scenario applies only to on-premises deployments that use the Mobb Broker.
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
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).
Restart the broker so the new token takes effect. On ECS, force a new deployment / restart the task so it reads the updated variable.
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