-
Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG How did you install SearXNG?
What happened? How To Reproduce Expected behavior Screenshots & Logs Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
If you test with a I'm going to close this "bug report". |
Beta Was this translation helpful? Give feedback.
-
For me it fixed after set formats in config to all allowed in array way:
Also i had a VPN connected, seems it interfered. |
Beta Was this translation helpful? Give feedback.
-
Do the following to enable the api:
vi searxng/settings.yml
search:
formats:
- html
- json
docker restart searxng The API should now respond to JSON format requests. |
Beta Was this translation helpful? Give feedback.
Do the following to enable the api:
The API should now respond to JSON format requests.