- Issue created by @chrissnyder
- πΊπΈUnited States chrissnyder Maryland
Created a patch file from MR to allow patching this issue on my project. It may be helpful for others who run into this issue before it is resolved in a release.
Currently, authenticated POST requests to non-HIPAA versions of Coveo fail because the wrong protocol is used. This leads to an error seen on the /admin/config/search/search-api/index/{INDEX_NAME}/fields
because this module is not able to request the current Coveo fields.
When using the non-HIPAA compliant version of Coveo, visit /admin/config/search/search-api/index/{INDEX_NAME}/fields
and note PHP warning about accessing array offset on value for SearchApiCoveoClient->listFields()
and see the exception logged in watchdog.
Use https:// for the Coveo platform URL.
Active
1.0
Code
Created a patch file from MR to allow patching this issue on my project. It may be helpful for others who run into this issue before it is resolved in a release.