local Search
Hello. I'm trying search endpoint locally (local deployment) but I have "No search found" and several error in logs
api-1 | 2025-02-08 10:43:57 warn [:]: You're bypassing authentication {}
api-1 | 2025-02-08 10:43:57 warn [:]: You're bypassing authentication {}
api-1 | 2025-02-08 10:45:20 warn [:]: You're bypassing authentication {}
api-1 | 2025-02-08 10:45:21 error [:]: Error in search function: Error: Google Search: Too many requests, try again later. {}
api-1 | 2025-02-08 10:45:39 error [:]: Error in search function: Error: Google Search: Too many requests, try again later. {}
I'm trying this.
curl --request POST --url http://localhost:3003/v0/search --header 'Content-Type: application/json' --data '{
"query": "bitcoin",
"pageOptions": {
"onlyMainContent": false,
"fetchPageContent": true,
"includeHtml": false,
"includeRawHtml": false
},
"searchOptions": {
"limit": 123
}
}'
0 Replies