Replies: 3 comments 2 replies
-
I see this post : #1933, . This seems to be the same problem, but there is no answer. |
Beta Was this translation helpful? Give feedback.
-
If I use a port in the 'url' prop, like this ':9200', i get no error on page load, but an error when the search are launched... |
Beta Was this translation helpful? Give feedback.
-
I would suggest using the reactivesearch-api server. You can run this with Docker in this way: https://github.com/appbaseio/reactivesearch-api-docker. The ReactiveSearch v4 library expects to connect to the reactivesearch-api server. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I followed this post to use reactive search with a cluster hosted on elasti.co: https://docs.reactivesearch.io/docs/reactivesearch/react/v3/overview/quickstart/
I set CORS directives in elasticsearch.yml ans set the default ReactiveBase like this :
<ReactiveBase url="https://xxxxxxx.elastic-cloud.com" app="my_index" credentials="username:password" enableAppbase={false} >
But, when i load the page, and the search engine (only a searchbox for the moment), i get this error :
POST https://xxxxxxx.aws.elastic-cloud.com/my_index/_reactivesearch 400 (Bad Request)
This is normal, the "/_reactivesearch" method does not exist by default on elasticsearch...
Can you tell me how to fix this problem?
Thanks for your help!!
Beta Was this translation helpful? Give feedback.
All reactions