dashboard
dashboard copied to clipboard
Deploy - Does not start any container on launch bots
Describe the bug
When checking a PR and compare to development branch, observed that it does not created nor launch any container.
After click launch bots
- No POST /create hummingbot instance ❌
- Recording from different PR
Tried fastapi localhost/8000/docs ✅
- I am able to create hummingbot instance succesfully
- Also tried to remove which works as expected
- Events are posted on the backend-api
Steps to reproduce bug
- Setup deploy using source build
- Backendapi and dashboard on source, broker on docker compose
- Run a backtesting on pmm_simple and upload config
- Go to deploy
- select the controller-config
- select either master or latest branch of hummingbot client
- then click
launch bots
I updated to latest v1.39 causing issues with current that is v1.33 compatible only
Opened ticket for now
@rapcmia We had this issue in the past, and if is the same problem is related to the version of Streamlit. We need to freeze it because the next version introduces conflicts with the react components.
Dashboard now uses streamlit v1.47.0