When running blockset against a WP Engine hosted WP install, only the block.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 accessing wp-uploads/faust/blocks only lists the block.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 files
Link 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
When running
blocksetagainst a WP Engine hosted WP install, only theblock.jsonfile 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
.faustdirectory, but accessingwp-uploads/faust/blocksonly lists theblock.jsonfile, 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
blocksetAccess
wp-uploadsvia 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