Making WordPress.org

Opened 4 months ago

Last modified 4 months ago

#6691 new defect (bug)

Links on wordpress.org/gutenberg don't open

Reported by: bengreeley's profile ben.greeley Owned by:
Milestone: Priority: high
Component: General Keywords:
Cc:

Description

If you go to https://wordpress.org/gutenberg/ and click on a link such as "Try Gutenberg Today in WordPress", it tries to load the linked page within the editor and then reloads the page. It should open the page outside of the editor. This seems to happen with all other links on the page.

Change History (3)

This ticket was mentioned in Slack in #meta by bengreeley. View the logs.


4 months ago

#2 @ironprogrammer
4 months ago

Thanks for the report, @bengreeley!

Here are some additional details related to this issue:

  • JS console inspection shows the error: Block validation: Block validation failed for 'core/button'.
  • When not logged in to WordPress.org, editor API requests result in 401 (unauthorized).
  • When logged in, editor API requests result in 403 (forbidden).

#3 @dufresnesteven
4 months ago

This is likely related to this Gutenberg change: https://github.com/WordPress/gutenberg/pull/46212

I've temporarily set all the links to open in a new tab (https://github.com/WordPress/wporg-gutenberg/commit/3e5bb1de6fc2dda297aaca68283fe72268862aca)

Note: See TracTickets for help on using tickets.