Problem/Motivation

Hi, I'm using Gutenberg 8.x-2.6 on my website with Drupal 9.3.22.
Gutenberg Editor has stopped loading randomly but after clearing the Drupal cache it's started loading properly. But again after some time period issues came again and again quick solution is clear the Drupal Cache.

When I'm getting issues, there is not any error in the console or recent log message related to Gutenberg.

Note: On my content type I have 2 fields which are formatted in text format. One is the Body field as "Text (formatted, long, with summary)" and the other one is a description field as "Text (formatted, long)". The body field is used for Gutenberg and the description field is used for other purposes.

any ideas on this issue?
Thanks a lot

Comments

Shani Maurya created an issue. See original summary.

shani maurya’s picture

gold’s picture

@Shani Maurya, could this be a replication of https://www.drupal.org/project/gutenberg/issues/3372307?

A quick test would be to turn on JS aggregation and see if things start working. If so, you could try applying the patch in that issue. It is a bandaid that prevents the Gutenberg JS from being aggregated and will likely be removed when https://www.drupal.org/project/drupal/issues/2990907 is resolved.

If this looks to be the case, could you close this as a outdated?

Cheers,
Gold

marcofernandes’s picture

Status: Active » Closed (duplicate)