Replies: 3 comments 2 replies
|
I see this post : #1933, . This seems to be the same problem, but there is no answer. |
0 replies
|
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... |
0 replies
|
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. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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!!
All reactions