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

lindsay.wils created an issue. See original summary.

mably’s picture

Hi @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?

idebr’s picture

mably’s picture

You're right, thanks. Closing it as a duplicate of #3574489.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

lindsay.wils’s picture

Thanks @idebr!! This resolved my issue