reactivesearch icon indicating copy to clipboard operation
reactivesearch copied to clipboard

Error if no credentials in ReactiveBase even if not using AppBase

Open scottroot opened this issue 2 years ago • 5 comments

Affected Projects React

Library Version: x.y.z "@appbaseio/reactivesearch": "4.0.0-rc.3"

Describe the bug With ReactiveBase, if there are no credentials provided for AppBase then there is a breaking error. Even if connecting to your own ES instance. I had to look up my credentials on appbase from a trial I did and enter that and it doesn't error now.

Expected behavior I am connecting ReactiveSearch to my own ElasticCloud instance, not to AppBase so should not need appbase credentials in this component.

scottroot avatar Apr 04 '23 17:04 scottroot

Happy to look into this and provide a fix.

parthvnp avatar May 08 '23 05:05 parthvnp

Only appbase instance is supported from v4 of library i.e enableAppbase is true always. You would either need to setup a gateway using reactivesearch-api or use Reactivesearch managed elasticsearch instance which would need no setup.

SavvyShah avatar May 09 '23 04:05 SavvyShah

@SavvyShah is this a bug? will the package maintain support of the old way? or is this a breaking change that's here to stay?

noams-unbiased avatar Sep 20 '23 14:09 noams-unbiased

@noams-unbiased This is a breaking change that's here to stay. ReactiveSearch UI kit requires use of ReactiveSearch cloud as a backend, more on this in the migration guide.

siddharthlatest avatar Sep 20 '23 16:09 siddharthlatest

Only appbase instance is supported from v4 of library i.e enableAppbase is true always. You would either need to setup a gateway using reactivesearch-api or use Reactivesearch managed elasticsearch instance which would need no setup.

@SavvyShah We've been using reactivesearch for a while, but are stuck on v3.45.0 since this change. Unfortunately we're not able to move away from elasticsearch native, but still want to leverage the enhancements in v4. Would using the reactivesearch-api as a gateway enable us to start using v4?

rgb-panda avatar Jun 25 '24 03:06 rgb-panda