I don't see anyone else having these kinds of issues, so it may be as a result of my slightly altered setup.
Apologies if this is the wrong place to put this issue, I couldn't get in the Slack (it requires an email from castironcoding.com)
The Sidekiq API seems to fail with this error, which is odd, as Elasticsearch is indeed Elasticsearch and should be reachable. Elasticsearch is running:
2025-07-30T22:27:48.223Z 1 TID-1d6l WARN: {"context":"Job raised exception","job":{"class":"ActiveJob::QueueAdapters::SidekiqAdapter::JobWrapper","wrapped":"Searchkick::ReindexV2Job","queue":"searchkick","args":[{"job_class":"Searchkick::ReindexV2Job","job_id":"9929c950-cbb0-4652-adf9-4a3188006aad","provider_job_id":null,"queue_name":"searchkick","priority":null,"arguments":["User","e77bdaca-7c10-4bb0-a30a-725848c89f4d",null,{"routing":null,"index_name":"users_production","_aj_ruby2_keywords":["routing","index_name"]}],"executions":0,"exception_executions":{},"locale":"en","timezone":"UTC","enqueued_at":"2025-07-30T22:16:38Z"}],"retry":true,"jid":"9d194a2aa5089beec848efcb","created_at":1753913798.032209,"enqueued_at":1753914468.187799,"error_message":"The client noticed that the server is not Elasticsearch and we do not support this unknown product.","error_class":"Elasticsearch::UnsupportedProductError","failed_at":1753913798.085063,"retry_count":4,"retried_at":1753914160.706319},"jobstr":"{\"class\":\"ActiveJob::QueueAdapters::SidekiqAdapter::JobWrapper\",\"wrapped\":\"Searchkick::ReindexV2Job\",\"queue\":\"searchkick\",\"args\":[{\"job_class\":\"Searchkick::ReindexV2Job\",\"job_id\":\"9929c950-cbb0-4652-adf9-4a3188006aad\",\"provider_job_id\":null,\"queue_name\":\"searchkick\",\"priority\":null,\"arguments\":[\"User\",\"e77bdaca-7c10-4bb0-a30a-725848c89f4d\",null,{\"routing\":null,\"index_name\":\"users_production\",\"_aj_ruby2_keywords\":[\"routing\",\"index_name\"]}],\"executions\":0,\"exception_executions\":{},\"locale\":\"en\",\"timezone\":\"UTC\",\"enqueued_at\":\"2025-07-30T22:16:38Z\"}],\"retry\":true,\"jid\":\"9d194a2aa5089beec848efcb\",\"created_at\":1753913798.032209,\"enqueued_at\":1753914468.187799,\"error_message\":\"The client noticed that the server is not Elasticsearch and we do not support this unknown product.\",\"error_class\":\"Elasticsearch::UnsupportedProductError\",\"failed_at\":1753913798.085063,\"retry_count\":4,\"retried_at\":1753914160.706319}"}
[rest of stack trace...]
Postgres is up - executing command
Activating bundler (2.2.19) failed:
Could not find 'bundler' (2.2.19) required by your /opt/manifold/api/Gemfile.lock.
To update to the latest version installed on your system, run `bundle update --bundler`.
To install the missing version, run `gem install bundler:2.2.19`
Checked in 'GEM_PATH=/root/.gem/ruby/2.7.0:/usr/local/lib/ruby/gems/2.7.0:/usr/local/bundle', execute `gem env` for more information
To install the version of bundler this project requires, run `gem install bundler -v '2.2.19'`
I don't see anyone else having these kinds of issues, so it may be as a result of my slightly altered setup.
Apologies if this is the wrong place to put this issue, I couldn't get in the Slack (it requires an email from castironcoding.com)
Images having issues
The Sidekiq API seems to fail with this error, which is odd, as Elasticsearch is indeed Elasticsearch and should be reachable. Elasticsearch is running:
The Clockwork API fails with this error:
Config
My Docker Compose config (a lot is duplicated, some stuff is removed):