Convert Byte to monolith before 11.4
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3586998. --> Reported by: [pameeela](https://www.drupal.org/user/1431110) Related to !59 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Byte in its current form completely breaks on Drupal 11.4 because of component version mismatches. I thought this would apply to all site templates, but Haven works fine -- so I tested Byte as a monolith and that fixes the problem. I have no idea why specifically, but we were planning to convert this anyway.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ol> <li>Update to core 11.x-dev</li> <li>Install Byte</li> <li>See that no pages load on: <code>OutOfRangeException: The requested version `b168140fdcaebae5` is not available. Available versions: `7d528e00f56b3abf`. in Drupal\canvas\Entity\VersionedConfigEntityBase-&gt;assertVersionExists() (line 71 of modules/contrib/canvas/src/Entity/VersionedConfigEntityBase.php).</code></li> <li>Install Haven</li> <li>See that it works fine</li> </ol> <p>Then if you downgrade back to 11.3.8, install Byte, do a site export, then re-update to 11.x-dev, the install works -- the version is updated as expected with the old one in the version history.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Convert Byte to a monolith before 11.4 is released, so that it doesn't break!</p>
issue