searchbox icon indicating copy to clipboard operation
searchbox copied to clipboard

Cant connect searchbox to local elasticsearch

Open itsmudassir opened this issue 3 years ago • 2 comments

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.

itsmudassir avatar Jan 07 '22 13:01 itsmudassir

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.

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' // } // }} >

cucrui avatar May 22 '22 02:05 cucrui

I am facing the same problem. We need to set enableAppbase to false, however seem it is not supported here.

lilonpro avatar Mar 29 '23 04:03 lilonpro