Troubleshooting
Common issues and their solutions
Installation Issues
Docker-related Issues
If you’re having issues with Docker setup:
- Ensure Docker Desktop is properly installed and running
- Try rebuilding the image:
Python Environment Issues
If you’re having issues with the Python environment:
-
Make sure you have Python 3.11+ installed:
-
If using uv package manager:
-
Recreate the virtual environment:
Frontend Dependency Issues
If you encounter frontend dependency issues:
-
Make sure you’re using Node.js 20+:
-
Clean and reinstall dependencies:
Runtime Errors
API Connection Issues
If you can’t connect to the API:
-
Check if the API server is running:
-
Verify ports aren’t being used by other applications
-
Ensure CORS is properly configured if accessing from a different origin
Polars Data Processing Issues
If you’re experiencing issues with Polars data processing:
-
Check the Polars version is compatible:
-
Ensure your data files are in the supported formats (Parquet, CSV, Arrow)
-
Verify your data schema is consistent
Common Error Codes
Error Code | Description | Solution |
---|---|---|
500 | Internal Server Error | Check backend logs for detailed error information |
404 | Resource Not Found | Verify endpoint URLs and file paths |
422 | Validation Error | Check your request payload matches the expected format |
401 | Unauthorized | Ensure you have proper access rights |
Getting Additional Help
If you can’t find a solution to your problem here, please:
- Check our FAQs page
- Open an issue on GitHub with detailed information:
- Steps to reproduce
- Expected behavior
- Actual behavior
- Your environment (OS, browser, Docker/Node/Python versions)
- Relevant logs
Backend Logs
To view detailed backend logs:
Frontend Logs
To view frontend development logs:
Browser console logs can also provide useful information about frontend issues.
Getting Additional Help
If you can’t find a solution to your problem here, please:
- Check our FAQs page
- Join our Discord community
- Open an issue on GitHub