WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10.46k stars 4.18k forks source link

Conflict with BuddyPress #54405

Open foosantos opened 1 year ago

foosantos commented 1 year ago

Description

When you have both Gutenberg and BuddyPress, the pages for BuddyPress (such as Members) don't work as expected. Changing to classic theme (not using Site Editor) reverts the change.

PS: It is possible that it is something that needs to be fixed on BuddyPress, but I believe this is a regression, considering that it worked as expected on other versions of Gutenberg.

Step-by-step reproduction instructions

  1. Install BuddyPress on a new WordPress installation using Twenty Twenty-Three.
  2. See the Members page working as expected.
  3. Install Gutenberg 16.6.
  4. The page would no longer work.

Screenshots, screen recording, code snippet

It basically shows a blank page:

Screenshot 2023-09-12 at 19 28 17

Environment info

Installation: New Multisite installation (installed per subsite, so don't think this is relevant) Browser: Google Chrome — Version 116.0.5845.179 (Official Build) (arm64)

Please confirm that you have searched existing issues in the repo.

Yes

Please confirm that you have tested with all plugins deactivated except Gutenberg.

Yes

DAreRodz commented 11 months ago

Hi, @foosantos. 👋 I tried reproducing the problem you mentioned, but I haven't succeeded so far. Can you share more detailed steps?

I started with @wordpress/env with the following configuration:

{
  "core": "https://wordpress.org/wordpress-6.4.1.zip",
  "plugins": [
    "https://github.com/WordPress/gutenberg/releases/download/v16.5.0/gutenberg.zip",
    "https://downloads.wordpress.org/plugin/buddypress.11.4.0.zip"
  ]
}

Then, I updated Gutenberg to 16.6 using the WP CLI. Both the Activity and the Members pages worked as expected.

Tested with both Twenty Twenty-Three and Twenty Twenty-Four themes.