- Issue created by @sokru
Same Page Preview module uses "preview_toggle" as key for input element to preview. The "preview" input element is hidden by css. Some modules eg. domain:domain_source rely on the "preview" key, see https://git.drupalcode.org/project/domain/-/blob/2.0.x/domain_source/dom.... Thus using with Domain source module causes following error message:
Drupal\Core\Entity\EntityMalformedException: The "node" entity cannot have a URI as it does not have an ID in Drupal\Core\Entity\EntityBase->toUrl() (line 161 of /var/www/html/web/core/lib/Drupal/Core/Entity/EntityBase.php).
Use "preview" input element instead of "preview_toggle" if possible.
Decide if the proposed resolution is optimal.
Active
2.1
Code