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? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@kklhuang With You can set |
Beta Was this translation helpful? Give feedback.
@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.