You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My container provider (docker / podman / rancher) and the compose extension are up to date
(docker compose version or podman compose version returns a version >= 2.26)
Description
All Docker containers are running properly. The only modification I made to get everything working on this VM was adjusting the time values in the bee-api healthcheck configuration:
healthcheck:
test: "wget --quiet -O - http://127.0.0.1:4000/healthcheck"
interval: 10s
retries: 10
start_period: 30s
timeout: 5s # Maximum time for a single check
I selected OpenAI as the llm provider, but when running the UI, I encountered the following error:
Error Message:
An error occurred
[cause]: Error: getDefaultAgent is not a function
Tasks
troubleshooting guide
(
docker compose version
orpodman compose version
returns a version >=2.26
)Description
All Docker containers are running properly. The only modification I made to get everything working on this VM was adjusting the time values in the bee-api healthcheck configuration:
healthcheck:
test: "wget --quiet -O - http://127.0.0.1:4000/healthcheck"
interval: 10s
retries: 10
start_period: 30s
timeout: 5s # Maximum time for a single check
I selected OpenAI as the llm provider, but when running the UI, I encountered the following error:
Error Message:
An error occurred
[cause]: Error: getDefaultAgent is not a function
(Screenshot attached for reference.)
2025-01-08_1537S.zip
Logs
The text was updated successfully, but these errors were encountered: