Dear all,
In case someone come across this problem, it is because of elasticsearch authentication problem. Passing user:password at the url does not work.
try edit: fulltextsearch_elasticsearch/lib/Platform/ElasticSearchPlatform.php, below: ->setHosts($hosts) of connectToElastic, add (i.e. hardcode): ->setBasicAuthentication(‘user’, ‘password’), then it will work again.
look forward for fix.
Thanks for this: Fulltextsearch 26.0.0 seems to ignore credentials for ROR on elasticsearch - #2 by Jeroen_Beerstra
Alex