Common Issues
Configuration Not Loading
Section titled “Configuration Not Loading”Symptoms: Old settings, missing plugins
Fix:
scc update --forcescc config explainPlugin Blocked
Section titled “Plugin Blocked”Symptoms: Plugin not appearing in scc audit plugins
Cause: Matches security.blocked_plugins pattern
Fix: Check with org admin or use exception:
scc config explain --field blockedDelegation Denied
Section titled “Delegation Denied”Symptoms: Cannot add plugins in project
Cause: Team doesn’t allow project overrides
Fix:
scc config explain --field deniedWrong Team
Section titled “Wrong Team”Symptoms: Unexpected configuration
Fix:
scc team currentscc team switch <correct-team>Session Won’t Resume
Section titled “Session Won’t Resume”Fix:
scc sessions # List sessionsscc sessions --all # Show all teams (if needed)scc stop --all # Clean upscc start --fresh # New sessionReset Configuration
Section titled “Reset Configuration”Symptoms: Want to start fresh, corrupt config, need to change organization
Option 1 - Interactive TUI:
Press s from the dashboard to open Settings & Maintenance, then select “Reset configuration”.
Option 2 - CLI:
# Reset config only (will need to run scc setup again)scc reset --config
# Preview what would be resetscc reset --config --plan
# Full factory reset (removes everything)scc reset --allOption 3 - Manual:
# Find your config filesscc config paths
# Delete and reconfigurerm ~/.config/scc/config.jsonscc setupClear Cache
Section titled “Clear Cache”Symptoms: Stale org config, outdated marketplace data
Fix:
# From TUI: press 's' → Clear cache# Or from CLI:scc reset --cacheToo Many Old Sessions
Section titled “Too Many Old Sessions”Fix:
# Prune old sessions (keeps 20 most recent per team)scc sessions prune
# Preview what would be removedscc sessions prune --dry-run
# Keep only last 10 sessionsscc sessions prune --keep 10