-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Update block-support-example docs #2008
base: canary
Are you sure you want to change the base?
Conversation
|
📦 Next.js Bundle Analysis for @faustwp/getting-started-exampleThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
After talking to @theodesp this isn't a bug but a missing step in the documentation I need to run Verifying process locally and I will update the PR to include in the README documentation. |
|
||
```.env.local | ||
# Your WordPress site URL | ||
NEXT_PUBLIC_WORDPRESS_URL=https://bpheadlessb559.wpenginepowered.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe update to use https://faustexample.wpengine.com/
Updated link and also preview link for Faust.
Tasks
Description
Issue when running block-support example with a 500 HTTP status error.
After debugging the issue with enabling logging for the operations.query I found
Type loader is expected to return a callable or valid type "CreateBlockBlockB
However I missed on crucial step which was to run
npm run blockset
to install the block in WordPress.I have now updated the README for block-support-example
Related Issue(s):
Testing
Screenshots
Documentation Changes
Dependant PRs