-
Notifications
You must be signed in to change notification settings - Fork 170
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
No Local Instances Shown After PMM Strategy Deployment
Description
After configuring and attempting to deploy a Pure Market Making (PMM) strategy in Hummingbot, no local instances appear in the dashboard. This occurs regardless of whether Risk Management and Rebalance Configuration settings are enabled or disabled. The deployment process completes without any visible error messages in the docker logs.
Environment
System Information
- Chip: Apple M1 Pro
- Memory: 16 GB
- OS: macOS 15.1 (24B83)
- Docker version 27.3.1, build ce12230
Steps to reproduce bug
Steps to Reproduce
- Start with a clean Hummingbot installation
- Run
bash setup.sh
to initialize Hummingbot services (dashboard, backend-api, and broker) - Configure Binance connector with valid credentials
- Create a new PMM strategy with default configuration
- Run backtesting on the strategy
- Upload the configuration to Hummingbot backend
- Attempt to deploy the strategy without Risk Management settings
- Expected: "Bot Config Try 1" instance should appear in dashboard
- Actual: No instances appear in the dashboard
- Try deploying again with Risk Management and Rebalance Configuration enabled
- Expected: Instance should appear in dashboard
- Actual: No instances appear in the dashboard
- Check docker logs using
docker logs -f
- No error messages are visible in the logs
Additional Notes
- The Binance connector configuration is successful and verified
- The strategy configuration and backtesting complete without errors
- The issue persists across multiple deployment attempts
- Docker logs show no relevant error messages or warnings
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working