- Merge request !12Reapply existing patch code from issue #3256844. β (Closed) created by percoction
- πΊπΈUnited States nsciacca
Retracting my comment above. Using version 3.1.3 and this no longer is an issue.
SearchSubscriber events currently react to events no matter the search server. This causes that in a local environment with a local Solr server it attempts to authenticate some requests and fails. A visible symptom of this is that the indexes overview at /admin/config/search/search-api shows error for a valid local solr server.
Having a site hosted in Acquia, clone it locally and spin it up with a local solr server (you could use ddev, docksal or similar to ease this).
Change Solr index to local solr server.
If you visit /admin/config/search/search-api, the valid local solr server will show up as unavailable because of this error.
preExecuteRequest and postExecuteRequest should verify the current request is running against Acquia server and only run if that's the case.
Provide a patch, review, test and commit.
None
None
None
Closed: outdated
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Retracting my comment above. Using version 3.1.3 and this no longer is an issue.