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 has been archived by the owner on Feb 27, 2024. It is now read-only.
When creating a new page using Gutenberg, there is an error when adding any block: This block has encountered an error and cannot be previewed.
and a console error TypeError: validateThemeColors is not a function.
Activating the wds-headless-theme does not resolve this.
Expected behavior
You should receive no error when adding a new block to a new page.
Screenshots
Desktop (please complete the following information):
macOS Ventura 13.3.1
Chrome Version 113.0.5672.126
LocalWP 6.7.1, PHP 7.4.30, WP 6.2.2.
wds-headless-theme Version 1.0.0
Additional Notes
After activating wds-headless-theme, the gutenberg editor layout looked a bit broken:
There is also a console error on the page editor screen: Failed to load resource: net::ERR_CONNECTION_REFUSED: http://localhost:3000/?page_id=18&_wp-find-template=true&_locale=user
Deactivating wds-headless-theme and activating Twenty Twenty Three makes the editor layout look unbroken:
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am unsure if we can use LocalWP sites using a URL different to
localhost
, and if not, that might be the cause of this problem.Describe the bug
Following the backend process, all plugins except
are active
When creating a new page using Gutenberg, there is an error when adding any block:
This block has encountered an error and cannot be previewed.
and a console error
TypeError: validateThemeColors is not a function
.Activating the wds-headless-theme does not resolve this.
To Reproduce
Expected behavior
You should receive no error when adding a new block to a new page.
Screenshots
Desktop (please complete the following information):
Additional Notes
Failed to load resource: net::ERR_CONNECTION_REFUSED: http://localhost:3000/?page_id=18&_wp-find-template=true&_locale=user
The text was updated successfully, but these errors were encountered: