-
Notifications
You must be signed in to change notification settings - Fork 137
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
Bug: Faust uploads missing block files with blockset command #1633
Labels
type: bug
Issue that causes incorrect or unexpected behavior
Comments
mindctrl
added
type: bug
Issue that causes incorrect or unexpected behavior
has jira
labels
Nov 7, 2023
Pinging @josephfusco so that we can take a look. It may be related to WP Engine security rules. |
@JEverhart383 We have identified the issue and we are working on a solution. |
3 tasks
I have a PR open with a proposed fix Also wanted to note that the block-support example project seems to be having issues. |
Ready for another review! :) |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running
blockset
against a WP Engine hosted WP install, only theblock.json
file appears to sync. A user reported this in this thread from Discord, and I was able to reproduce using my own site here: https://faustintl.wpengine.com/Everything appears to look like it should in
.faust
directory, but accessingwp-uploads/faust/blocks
only lists theblock.json
file, and the block is not available in the editor.The same steps in Local appear to do what I expect, and I can sync and use the block:
Applicable Versions
WordPress: 6.3.1
Faust WordPress Plugin: 1.1.0
WPGraphQL: 1.18.0
@faustwp/core: 1.2.0
@faustwp/cli: 1.2.0
Steps To Reproduce
Follow the instructions outlined in this guide: https://faustjs.org/tutorial/react-components-to-gutenberg-blocks
Sync blocks to a remote WP install on WP Engine using
blockset
Access
wp-uploads
via FTP to see missing filesLink to code example:
https://github.com/JEverhart383/faust-intl/tree/feature/blockset
The current behavior
Block sync against a remote WP Engine install fails
The expected behavior
I should be able to use the block the same way I do on Local
The text was updated successfully, but these errors were encountered: