Steps to reproduce
- I installed search_api_decoupled to my existing Drupal 10 site using composer
- added composer-merge-plugin and installed the libraries
- status report displays green
- added the demo block (Search API Endpoint: Demo) for all pages
-> result: the block is displayed, but the HTML markup is encoded (see attached screenshot)
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | decoupled2.GIF | 118.56 KB | ducdebreme |
| decoupled.GIF | 44.81 KB | ducdebreme |
Comments
Comment #2
ducdebreme commentedSame behavior also on fresh clean site install (see screenshot decoupled2.gif)
Drupal version 10.2.2
client libs used:
"search-api-decoupled/client": "1.1.2",
"search-api-decoupled/ui": "1.0.5"
Comment #3
a.dmitriiev commentedThis issue was caused by recently introduced
custom_elementsetting, that client expects to be not empty. I am looking into this now. Thank you for reporting.Comment #5
a.dmitriiev commentedTry new version of the module https://www.drupal.org/project/search_api_decoupled/releases/1.0.0-alpha19 . This should be fixed now.