I have just upgraded to D11.
First I got
PHP Fatal error: Uncaught TypeError: Drupal\domain_path\DomainPathAliasManager::__construct(): Argument #2 ($whitelist) must be of type Drupal\path_alias\AliasWhitelistInterface, Drupal\path_alias\AliasPrefixList given, called in /app/web/core/lib/Drupal/Component/DependencyInjection/Container.php on line 259 and defined in /app/web/modules/contrib/domain_path/src/DomainPathAliasManager.php:30
So I installed 2.0.0-beta1
Now every time any node is saved on any domain, this error is received, and the node is not save
The alias XX is already in use in this language.
There are no languages on this site, only english.
I also tried installing 8.x-1.x-dev, and the same issue.
If the path is changed, then there is another error about a redirect loop being created and the node doesnt save again.
Anyone else have this issue?
Comments
Comment #2
mably commentedHi @lindsay.wils, can you provide a full reproducible scenario from a fresh Drupal instance please?
Have you tried flushing all your caches? Executing
update.php?Comment #3
idebr commentedThis report is probably the same as #3574489: DomainPathUniquePathAliasConstraintValidator does not scope alias uniqueness check to the current domain
Comment #4
mably commentedYou're right, thanks. Closing it as a duplicate of #3574489.
Comment #6
lindsay.wils commentedThanks @idebr!! This resolved my issue