wasabi bot

Results 22 comments of wasabi bot

I’m having the same issue. @Komal-99, were you able to resolve it?

This issue is related to the following issue. https://github.com/langgenius/dify/issues/16052#issuecomment-2733655376

I’m working around the issue by using the 0.0.3-local plugin daemon. However, version 0.0.3 has a bug that causes it to consume a large amount of memory: https://github.com/langgenius/dify/issues/15137 It’s quite...

The SSRF proxy configuration is set using the following file: https://github.com/langgenius/dify/blob/main/docker/ssrf_proxy/squid.conf.template

Hi @BorisTkachenko I’m not sure what the exact issue is either. The logs mention that ClickHouse is unhealthy, but looking at the timeline, python-backend-1 becomes unhealthy first, so I suspect...

I compared the docker compose logs on my PC (WSL2) and found several differences: 1. Logs for demo-data-generator-1 - In the logs where the system starts correctly, the following message...

Hi @andrescrz I have added the following configuration to docker-compose.override.yaml. As I’m still learning, there may be some mistakes—any corrections or suggestions would be greatly appreciated. ``` services: mysql: environment:...

Hi @andrescrz After updating `wget`, the clickhouse container is no longer marked as unhealthy. Currently, the backend-1 container is unhealthy. I suspect the cause is that port 8080 is not...