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

Command icon 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

Steven Snedker created an issue. See original summary.

eiriksm made their first commit to this issue’s fork.

eiriksm’s picture

Status: Active » Needs review

Opened 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 🤓

  • eiriksm committed 892994de on 8.x-2.x
    Issue #3278897 by eiriksm, codebymikey:  The "gutenberg_text" plugin...

eiriksm’s picture

Status: Needs review » Fixed

Committed the MR. Marking the issue as fixed, assuming the issue was fixed

Please reopen if that is not the case ✌️🤓

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.