574 B
574 B
Troubleshooting
Podman on macOS
If using Podman on macOS, you may need to increase VM memory:
podman machine stop
podman machine rm
podman machine init --memory 8192 # 8 GB example
podman machine start
Common Issues
- OpenSearch fails to start: Check that
OPENSEARCH_PASSWORDis set and meets requirements - Langflow connection issues: Verify
LANGFLOW_SUPERUSERcredentials are correct - Out of memory errors: Increase Docker memory allocation or use CPU-only mode
- Port conflicts: Ensure ports 3000, 7860, 8000, 9200, 5601 are available