We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to install locally. I follow the steps, but when I put yarn run typesenseServer, I have the next messages 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.
Typesense Version:
OS:
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
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
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:
The text was updated successfully, but these errors were encountered: