elastic / elasticsearch-rails

Elasticsearch integrations for ActiveModel/Record and Ruby on Rails
Apache License 2.0
3.07k stars 793 forks source link

Faraday::ConnectionFailed (end of file reached) #1063

Open mices opened 11 months ago

mices commented 11 months ago

The last thing in the trace is the model, preceeded by the controller I have no idea what's causing this error I tried elasticsearch 7.17 and the newest release 8.10.3 I think my mistake was upgrading instead of downgrading I never had issues in the past

picandocodigo commented 11 months ago

Hi @mices, is this happening with the elasticsearch gem or one of the Rails integrations in this repository? The Rails integrations don't have a version that is compatible with Elasticsearch 8.x yet. The issue could be related to security being enabled by default, or some other connection error, but I can't help you without further information: client version, Elasticsearch deployment and version. Thanks.