You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
With WP 5.9 beta 3 and Gutenberg disabled, go to Appearance > Editor.
Edit one of the WooCommerce templates and try to save it.
Notice you get a 404 error: No templates exist with that id..
The problem seems to be that we check for the existence of gutenberg_get_block_template(), however that function was renamed to get_block_template() when included to WP core, so if Gutenberg is not enabled that function always returns early.