You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Has your problem been solved? I met the same problem.
My setting is <SearchBase index="xxxxx" credentials="elastic:xxxxxx" url="https://localhost:9200" // appbaseConfig={{ // recordAnalytics: true, // enableQueryRules: true, // userId: '[email protected]', // customEvents: { // platform: 'ios', // device: 'iphoneX' // } // }} >
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.
The text was updated successfully, but these errors were encountered: