Problem/Motivation
composer require 'drupal/gutenberg:^2.5' on a Drupal 9.3.7 that has never seen Gutenberg before. Enable Gutenberg Cloud and Gutenberg Editor modules. Get this
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "gutenberg_text" plugin does not exist. Valid plugin IDs for Drupal\Core\Field\FormatterPluginManager are: comment_permalink, comment_default, comment_username, datetime_plain, datetime_time_ago [...] boolean in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 53 of core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php).
Steps to reproduce
composer require 'drupal/gutenberg:^2.5' on a Drupal 9.3.7 that has never seen Gutenberg before. Enable Gutenberg Cloud and Gutenberg Editor modules.
I get the error. But the Gutenberg module installs and apparently works.
The Gutenberg Cloud module did not install on the first try. But installed well on the second.
Have not dared to uninstall any of the modules. They seem to work.
Maybe it's some race condition in the installation.
Issue fork gutenberg-3278897
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
eiriksmOpened a MR with a simple test that install Gutenberg cloud module.
That in itself does not seem to trigger it. So either we need to update the issue with exact steps to reproduce, or we need to assume it's outdated and then I guess committing the test does not harm 🤓
Comment #7
eiriksmCommitted the MR. Marking the issue as fixed, assuming the issue was fixed
Please reopen if that is not the case ✌️🤓