Hi BlueOS Community ![]()
I’ve developed a custom map extension for BlueOS called blueos-custom-map.
Problem
After installing the extension via the BlueOS Extensions Manager, I’m running into two issues:
- The extension status shows “This extension is enabled but the container is not running”
- The logs panel shows “Reconnecting to Custom Map Extension” and keeps loading indefinitely
What I’ve tried
- Uninstalling and reinstalling the extension
- Checking the logs (container doesn’t produce any output)
- The extension image is hosted on Docker Hub as
haresh53/blueos-custom-map:latest
**
Questions**
- What are the most common reasons a BlueOS container fails to start after being enabled?
- Is there a way to see the container startup logs or crash reason beyond the Extensions Manager UI?
- Are there any known issues with Python-based HTTP servers inside BlueOS Docker extensions?
Any help appreciated!
