API IssuesPort Already in UseOn this pagePort Already in Use Symptom Error: listen EADDRINUSE :::3003 Solution Find and kill the process: lsof -i :3003 # Divinux (alerting + synthetics + statuspages + insights surfaces)lsof -i :3004 # Platformkill -9 <PID>