Replies: 1 comment 1 reply
-
Hey @cauduan If you're running both Watercrawl and Dify using separate Docker Compose setups, you may encounter network isolation issues. Why?When you run two separate docker-compose projects, each creates its own internal Docker network. That means:
✅ Solution OptionsOption 1: Use
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After local deployment, generate an apikey and configure it in Dify with an error message
PluginInvokeError: {"args":{},"error_type":"ToolProviderCredentialValidationError","message":"HTTPConnectionPool(host='127.0.0.1', port=8081): Max retries exceeded with url: /api/v1/core/crawl-requests/?page=1\u0026page_size=1 (Caused by NewConnectionError('\u003curllib3.connection.HTTPConnection object at 0x7005dc5a5e20\u003e: Failed to establish a new connection: [Errno 111] Connection refused'))"}
Beta Was this translation helpful? Give feedback.
All reactions