Initially after applying the patch (#4) described in this issue - https://www.drupal.org/project/autocomplete_deluxe/issues/2923254 - my term reference field using the Autocomplete Deluxe field widget worked for me, but then I started seeing this error when clicking into that field (see attached screenshot - Screen Shot 2018-11-28 at 1.08.22 PM.png). It's failing to load the taxonomy terms based on a duplicate domain added as part of the path in the URL.
Has anyone see this issue and if so, do you know how to fix this problem?
Current setup:
Drupal 8.6.2
Autocomplete Deluxe 8.x-1.x-dev
Initially we thought this was due to the issue described here in #4, regarding using this module over https - https://www.drupal.org/project/autocomplete_deluxe/issues/2935363 - but even after applying that patch - the domain was completely removed from the URL to the taxonomy terms and therefore threw another error (see attached screenshot - Screen Shot 2018-11-29 at 10.37.36 AM.png).
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | autocomplete_deluxe-path_error-3018634-7.patch | 815 bytes | eadamse |
| #6 | autocomplete_deluxe-path_error-3018634-6.patch | 840 bytes | ajits |
| #4 | autocomplete_deluxe-path_error-3018634.patch | 1.32 KB | peter törnstrand |
| Screen Shot 2018-11-28 at 1.08.22 PM.png | 47.73 KB | dak5859 | |
| Screen Shot 2018-11-29 at 10.37.36 AM.png | 38.98 KB | dak5859 |
Comments
Comment #2
dak5859 commentedComment #3
oriol_e9gComment #4
peter törnstrand commentedThis fixes this error.
Comment #5
rajab natshahComment #6
ajitsLooks like the patch is reversed. The autocomplete path for the entity reference in my case was going to
Adding a patch which solved it.
Comment #7
yago elias commentedPath #4 worked fine for me.
Comment #8
rajab natshahComment #9
rajab natshahComment #10
eadamse commentedThis is just a re-roll of the original patch for anyone still needing the fix from #6 for the ^2.1 release.