Skip to main content

Troubleshooting Guide

Common issues and solutions for Open Service Portal development.

Topics

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

  1. Check repository-specific CLAUDE.md files
  2. Review Backstage documentation: https://backstage.io/docs
  3. Search GitHub issues: https://github.com/backstage/backstage/issues