🐛 | Tome | Argument #3 ($serializer) must be of type Drupal\Component\Serialization\ObjectAwareSerializationInterface
🇩🇪Germany antares89 Schwerin
Hey,
I also had this error. With a Drupal 10.1.5 and Tome 1.13
I noticed ObjectAwareSerialization was added with Drupal 11. Tome 1.13 adds Drupal 11 compatibility.
After I downgraded Tome to 1.12 it worked again with Drupal 10.
🇩🇪Germany antares89 Schwerin
Patch from #13 does not work. It always gets the last status from the key_value and this is normally 1 after the node has been created. This is why the 2nd if with $this->value === NULL
is always wrong. The line with $this->value = $this->getOriginalValue();
should be removed.
Patch from #12 works with Pathauto version 1.12.0