Troubleshooting Guide
Common issues and solutions for Open Service Portal development.
Topics
- Node.js Version Requirements - Wrong Node version errors and how to fix them
- Port Conflicts - Port already in use errors and solutions
- Rancher Desktop Issues - Troubleshooting Rancher Desktop setup and common problems
Quick Checks
Is your Node version compatible?
node --version
# Should be v20.x.x or v22.x.x for Backstage 1.33.0+
Are ports available?
lsof -i :3000 # Backstage frontend
lsof -i :7007 # Backstage backend
Are environment variables set?
env | grep GITHUB_TOKEN
env | grep GITLAB_TOKEN
Getting Help
- Check repository-specific CLAUDE.md files
- Review Backstage documentation: https://backstage.io/docs
- Search GitHub issues: https://github.com/backstage/backstage/issues