Skip to content

Federation Issues

Symptoms: Changes to team config not reflected

Fix:

Terminal window
scc org update --team <team-name>
# or
scc org update --all-teams

Symptoms: “Trust validation error”

Causes:

  • Team added unauthorized marketplace
  • Marketplace URL doesn’t match patterns

Fix:

Terminal window
scc team validate <team-name>

Check marketplace_source_patterns in org config.

Symptoms: “Failed to fetch team config”

Causes:

  • Repository URL incorrect
  • Auth token expired
  • Branch doesn’t exist

Fix:

  1. Check repository accessibility
  2. Verify token in org config
  3. Check branch name

Symptoms: “Marketplace name collision”

Cause: Team marketplace name conflicts with org

Fix: Use unique name in team config.

Clear cached team config:

Terminal window
rm -rf ~/.cache/scc/team-config/
scc update