You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing with the issue of Elasticsearch::UnsupportedProductError (The client noticed that the server is not a supported distribution of Elasticsearch.): As I read from Bonsai, they say after elasticsearch gem version >7.13 connection to bonsai is no more supported here.
Downgrading to 7.13 is not a solution for me because I was having this error and solved it via adding below lines to download the release made by @picandocodigo
So what am I supposed to do for not to have any problem with elastic search and getting things running on my Rails project, connect with bonsai, elasticsearch and all.
The text was updated successfully, but these errors were encountered:
I am facing with the issue of Elasticsearch::UnsupportedProductError (The client noticed that the server is not a supported distribution of Elasticsearch.): As I read from Bonsai, they say after elasticsearch gem version >7.13 connection to bonsai is no more supported here.
Downgrading to 7.13 is not a solution for me because I was having this error and solved it via adding below lines to download the release made by @picandocodigo
gem 'elasticsearch-rails', github: 'elastic/elasticsearch-rails', ref: '583f1ed29dd6bae794f5087cca4dddb10126db14' #ver: 7.2.0
So what am I supposed to do for not to have any problem with elastic search and getting things running on my Rails project, connect with bonsai, elasticsearch and all.
The text was updated successfully, but these errors were encountered: