Discussed in #2019
Originally posted by kklhuang July 7, 2022
Hi! I'm currently following the book search tutorial here: https://docs.appbase.io/docs/reactivesearch/v3/overview/reactivebase/
However, I'm trying to connect to my own local ElasticSearch DB on port 9200.
I've referenced this issue discussion: #104
This is what I've changed:
App.js:

elasticsearch.yml:

And this is my local db:

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?
Discussed in #2019
Originally posted by kklhuang July 7, 2022
Hi! I'm currently following the book search tutorial here: https://docs.appbase.io/docs/reactivesearch/v3/overview/reactivebase/
However, I'm trying to connect to my own local ElasticSearch DB on port 9200.
I've referenced this issue discussion: #104
This is what I've changed:
App.js:

elasticsearch.yml:

And this is my local db:

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?