mirror of
https://github.com/iflytek/skillhub.git
synced 2026-08-28 11:25:00 +00:00
Add complete bilingual (Chinese/English) documentation website: - Chinese documentation in docs/ - English documentation in i18n/en/ - iFlytek blue theme customization - Role-based navigation structure - ToB enterprise value-focused content
1.2 KiB
1.2 KiB
| title | sidebar_position | description |
|---|---|---|
| Troubleshooting | 2 | Common problem diagnosis and solutions |
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