-
DescriptionI've got the same problem as in #3671 , though in my case I don't believe it to be a configuration error. When I search via The same thing when I # wget -qO- --server-response "https://search.my-domain.com/autocompleter?q=asdf"
HTTP/1.1 200 OK
Content-Length: 105
Content-Type: application/x-suggestions+json
Referrer-Policy: same-origin
Server-Timing: total;dur=105.423, render;dur=0
Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Robots-Tag: none,noarchive,nosnippet,notranslate,noimageindex
X-Xss-Protection: 1; mode=block
Date: Sat, 09 Nov 2024 15:01:43 GMT
Connection: close
["asdf", ["asdfjkl\u00f6", "asdfsdf", "asdfas", "asda", "asdfmovie", "asdfghjkl meaning", "asdf movies"]] In addition to my main browser (Arc, so Chromium) I also tested with Safari and Firefox, the problem also exists there. homepage versionv0.9.11 Installation methodDocker Configuration- search:
provider: custom
url: https://search.my-domain.com/search?q=
target: _blank
suggestionURL: https://search.my-domain.com/autocompleter?q=
showSearchSuggestions: true Container LogsNothing showing up in Homepage or SearXNG logs Browser LogsNothing here either, interestingly I can't even see any network calls from Homepage to SearXNG. Other stuff works just fine. TroubleshootingDon't think there's anything relevant, but here's the output from the troubleshooting tests (shortened where needed) # docker exec homepage ping search.my-domain.com
PING search.my-domain.com (192.168.178.200): 56 data bytes
64 bytes from 192.168.178.200: seq=0 ttl=64 time=0.023 ms
64 bytes from 192.168.178.200: seq=1 ttl=64 time=0.084 ms
# docker exec -it homepage sh
/app # curl -L -k https://search.my-domain.com
<!DOCTYPE html>
<html class="no-js theme-auto center-aligment-no" lang="en-EN" >
<head>...</head>
<body class="index_endpoint" >...</body>
/app # curl -L -k https://search.my-domain.com/autocompleter?q=asdf
["asdf", ["asdfg", "asdfsdf", "asdfas", "asda", "asdfasd", "asdfjkl", "asdfmovie"]]
/app # |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed because it was marked as answered. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
suggestionUrl