appbaseio / appbaseio/searchbox

Cant connect searchbox to local elasticsearch

Open
#145 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
193
Forks
21
PR merge metrics
No merged PRs in 30d

Description

these are my setting:
const appbaseClientConfig = {
url: "localhost:9200",
app: "imdb",
credentials: "",
};

it sends a request to : POST http://localhost:9200/imdb/_reactivesearch.v3

but elasticsearch local does not recognize /_reactivesearch.v3 endpoint and throws 500 error .
please tell me how to connect a local installation of elasticsearch . the proxy server provided by appbase doesnt work either.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.