typesense / showcase-songs-search

A site to instantly search 32M songs from the MusicBrainz songs database, using Typesense Search (an open source alternative to Algolia / ElasticSearch) ⚡ 🎵 🔍
https://songs-search.typesense.org
Apache License 2.0
167 stars 19 forks source link

songs doen't appear #8

Open guadalupemmoruno opened 9 months ago

guadalupemmoruno commented 9 months ago

Description

Steps to reproduce

Expected Behavior

Actual Behavior

I am trying to install locally. I follow the steps, but when I put yarn run typesenseServer, I have the next messages Captura de pantalla de 2023-11-21 18-44-07 Captura de pantalla de 2023-11-21 18-44-39 I20231121 17:37:27.815099 83 raft_server.h:55] Peer refresh succeeded! I20231121 17:37:37.816156 80 raft_server.cpp:430] Term: 6, last_index index: 6, committed_index: 6, known_applied_index: 6, applying_index: 0, pending_index: 0, disk_index: 6, pending_queue_size: 0 I20231121 17:37:37.816299 83 raft_server.h:55] Peer refresh succeeded! I20231121 17:37:47.817185 80 raft_server.cpp:430] Term: 6, last_index index: 6, committed_index: 6, known_applied_index: 6, applying_index: 0, pending_index: 0, disk_index: 6, pending_queue_size: 0 I20231121 17:37:47.817239 83 raft_server.h:55] Peer refresh succeeded! I20231121 17:37:57.818413 80 raft_server.cpp:430] Term: 6, last_index index: 6, committed_index: 6, known_applied_index: 6, applying_index: 0, pending_index: 0, disk_index: 6, pending_queue_size: 0 I20231121 17:37:57.818523 83 raft_server.h:55] Peer refresh succeeded! I20231121 17:38:07.819366 80 raft_server.cpp:430] Term: 6, last_index index: 6, committed_index: 6, known_applied_index: 6, applying_index: 0, pending_index: 0, disk_index: 6, pending_queue_size: 0 I20231121 17:38:07.819473 83 raft_server.h:55] Peer refresh succeeded! I20231121 17:38:17.820418 80 raft_server.cpp:430] Term: 6, last_index index: 6, committed_index: 6, known_applied_index: 6, applying_index: 0, pending_index: 0, disk_index: 6, pending_queue_size: 0 I20231121 17:38:17.820564 83 raft_server.h:55] Peer refresh succeeded! And this is infinity. Then I stop it with CTRL+C and I have the searcher, but no data.

Metadata

Typesense Version:

OS:

jasonbosco commented 9 months ago

It looks like the browser is not able to access the Typesense Server.

Could you try accessing http://localhost:8108 from the browser and see if that works?

Could you also make sure you have a .env file with the correct env variables set?