Troubleshooting
Service Cannot Start
Checklist
- Check container status:
docker compose ps - View service logs:
docker compose logs <service> - Verify environment variables: Check
.env.releaseconfiguration - Check port occupancy:
netstat -tlnp
Common Causes
- Port occupied
- Database connection failed
- Redis connection failed
- Environment variables missing
Upload Failed
Skill Package Upload Failed
- Check file size
- Check file type
- Check SKILL.md format
- View server logs
Authentication Issues
Cannot Login
- Check OAuth configuration
- Check callback URL configuration
- Check
SKILLHUB_PUBLIC_BASE_URLconfiguration
Performance Issues
Slow Search
- Check PostgreSQL full-text index
- Consider upgrading to Elasticsearch (future version)
Slow Download
- Check object storage configuration
- Check network bandwidth
Get Help
If above solutions cannot resolve the issue:
- View logs
- Submit Issue
- Contact technical support
Next Steps
- Changelog - Version history