Troubleshooting Guide
Solve common issues with Kodus.
Quick Fixes
”I can’t access the web interface”
- Check if the containers are running:
- Verify the ports are correctly mapped:
- Check the web container logs:
“Git webhooks aren’t working”
- Verify your domain setup:
- Check the orchestrator logs for webhook attempts:
- Verify your reverse proxy configuration:
“Database connection issues”
- Check database container status:
- Verify database logs:
- Test database connections:
“Migration failed due to missing vector type”
If you encounter the error “type vector does not exist” during migrations, this is because the pgvector extension is not enabled in your PostgreSQL database. Here’s how to fix it:
- Connect to your PostgreSQL database:
- Enable the pgvector extension:
- After enabling the extension, try running your migrations again:
If you’re still experiencing issues, you can verify the extension is properly installed:
Common Problems
RabbitMQ Issues
If you’re seeing message queue errors:
- Check RabbitMQ status:
-
Access the management console at
http://localhost:15672
to verify queues and connections -
Restart the service if needed:
Resource Problems
If services are slow or crashing:
- Check resource usage:
- Verify container limits:
- Adjust resource limits in docker-compose.yml if needed
Getting Help
What to Include in Support Requests
- The exact error message
- Relevant logs from affected services
- Your deployment method (CLI, VM, etc.)
- Steps to reproduce the issue
Where to Get Help
- Discord Community
- GitHub Issues
- Email support at support@kodus.io
Was this page helpful?