[GH-ISSUE #810] Search not working #529

Closed
opened 2026-03-02 11:50:36 +03:00 by kerem · 2 comments
Owner

Originally created by @stusemple on GitHub (Jan 2, 2025).
Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/810

Describe the Bug

”Something went wrong” when I try to search.
image

Steps to Reproduce

when i type anything in the search bar, this is what I get.

Expected Behaviour

I expect the search to function as in the demo.

Screenshots or Additional Context

here is my compose file

services:
web:
network_mode: synobridge
image: ghcr.io/hoarder-app/hoarder:latest
container_name: Hoarder-WEB
restart: on-failure:5
volumes:
- /volume1/docker/hoarder/data:/data:rw
ports:
- 3022:3000
environment:
MEILI_ADDR: http://Hoarder-MEILISEARCH:7700
BROWSER_WEB_URL: http://Hoarder-CHROME:9222
# OPENAI_API_KEY: ...
DATA_DIR: /data
NEXTAUTH_SECRET: Secret
MEILI_MASTER_KEY: Secret

chrome:
network_mode: synobridge
image: gcr.io/zenika-hub/alpine-chrome:123
container_name: Hoarder-CHROME
restart: on-failure:5
command:
- --no-sandbox
- --disable-gpu
- --remote-debugging-address=0.0.0.0
- --remote-debugging-port=9222

meilisearch:
network_mode: synobridge
image: getmeili/meilisearch:v1.6
container_name: Hoarder-MEILI
restart: unless-stopped
volumes:
- /volume1/docker/hoarder/meili:/meili_data:rw
environment:
MEILI_MASTER_KEY: Secret
MEILI_NO_ANALYTICS: true

Device Details

No response

Exact Hoarder Version

0.20.0

Have you checked the troubleshooting guide?

  • I have checked the troubleshooting guide and I haven't found a solution to my problem
Originally created by @stusemple on GitHub (Jan 2, 2025). Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/810 ### Describe the Bug ”Something went wrong” when I try to search. <img width="480" alt="image" src="https://github.com/user-attachments/assets/94bd80c6-bd51-41ca-85fd-bc8814b4aa86" /> ### Steps to Reproduce when i type anything in the search bar, this is what I get. ### Expected Behaviour I expect the search to function as in the demo. ### Screenshots or Additional Context here is my compose file services: web: network_mode: synobridge image: ghcr.io/hoarder-app/hoarder:latest container_name: Hoarder-WEB restart: on-failure:5 volumes: - /volume1/docker/hoarder/data:/data:rw ports: - 3022:3000 environment: MEILI_ADDR: http://Hoarder-MEILISEARCH:7700 BROWSER_WEB_URL: http://Hoarder-CHROME:9222 # OPENAI_API_KEY: ... DATA_DIR: /data NEXTAUTH_SECRET: Secret MEILI_MASTER_KEY: Secret chrome: network_mode: synobridge image: gcr.io/zenika-hub/alpine-chrome:123 container_name: Hoarder-CHROME restart: on-failure:5 command: - --no-sandbox - --disable-gpu - --remote-debugging-address=0.0.0.0 - --remote-debugging-port=9222 meilisearch: network_mode: synobridge image: getmeili/meilisearch:v1.6 container_name: Hoarder-MEILI restart: unless-stopped volumes: - /volume1/docker/hoarder/meili:/meili_data:rw environment: MEILI_MASTER_KEY: Secret MEILI_NO_ANALYTICS: true ### Device Details _No response_ ### Exact Hoarder Version 0.20.0 ### Have you checked the troubleshooting guide? - [X] I have checked the troubleshooting guide and I haven't found a solution to my problem
kerem closed this issue 2026-03-02 11:50:36 +03:00
Author
Owner

@MohamedBassem commented on GitHub (Jan 2, 2025):

the meillisearch address env variable doesn't match the meillisearch container name

<!-- gh-comment-id:2568120077 --> @MohamedBassem commented on GitHub (Jan 2, 2025): the meillisearch address env variable doesn't match the meillisearch container name
Author
Owner

@stusemple commented on GitHub (Jan 2, 2025):

thanks so much, I spent about hours trying to get this working. totally missed that. it’s working great now

<!-- gh-comment-id:2568153521 --> @stusemple commented on GitHub (Jan 2, 2025): thanks so much, I spent about hours trying to get this working. totally missed that. it’s working great now
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#529
No description provided.