Connecting ReactiveBase to local ElasticSearch DB #2047
Discussed in #2019Originally posted by kklhuang July 7, 2022 I've referenced this issue discussion: #104 This is what I've changed: However, when I'm trying to get the data from each item to display on my localhost:3000 React page, nothing shows up. Is anyone able to help? |
Answered by
siddharthlatest
Aug 11, 2022
Replies: 1 comment
|
@kklhuang With You can set |
0 replies
Answer selected by
siddharthlatest
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



@kklhuang With
enableAppbase, it's expected that the connection is with ReactiveSearch API server https://github.com/appbaseio/reactivesearch-api.You can set
enableAppbase={false}if you intend to directly connect to Elasticsearch.