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
I found a similar issue that was resolved. The solution involves modifying the settings.yml file to ensure the formats configuration is correctly set. Change it from:
formats:
-json-html
to:
search:
formats:
-json-html
This adjustment should help in resolving the 403 error [1].
Additionally, when using a self-hosted SearXNG instance on Docker, ensure that you are using the correct base URL. It is recommended to use http://host.docker.internal:8081 instead of http://192.168.160.128:8081 to allow Docker containers to access services running on the host machine [2].
Self Checks
Dify version
v1.0.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: