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).

Comments

dak5859 created an issue. See original summary.

dak5859’s picture

oriol_e9g’s picture

Status: Needs review » Active
peter törnstrand’s picture

This fixes this error.

rajab natshah’s picture

Version: 8.x-1.x-dev » 2.0.x-dev
ajits’s picture

Status: Active » Needs review
StatusFileSize
new840 bytes

Looks like the patch is reversed. The autocomplete path for the entity reference in my case was going to

/node/add/autocomplete_deluxe/taxonomy_term/default:taxonomy_term/o5szkkqbkFelnZtbTScx2x-blD_TgK0l0_Ho1yTwk_Q?q=al&term=al&synonyms=0

Adding a patch which solved it.

yago elias’s picture

Path #4 worked fine for me.

rajab natshah’s picture

Status: Needs review » Reviewed & tested by the community
rajab natshah’s picture

Status: Reviewed & tested by the community » Needs review
eadamse’s picture

This is just a re-roll of the original patch for anyone still needing the fix from #6 for the ^2.1 release.