WP Blocks not showing in WP

I have built a WP theme in PG, almost completed it.

Suddenly I am seeing this in WP for several of my Blocks. And they dont appear in the list to add to a page.

If I change the Block ID, they appear again and I can add them back to their page.

There is one Block, I can not get showing, that includes removing all the WP actions and re-adding them to the block, with a different ID. It still wont show up in WP, even though the files are there.

PG 8.5
MacOS 15.5

Any suggestions @Emmanuel for what I should be looking for to resolve it. The blocks are listed correctly in the functions.php, and in the blocks folder. But I suck at PHP, and there must be something wrong here?

This seems to have happened after updating to 8.5.

EDIT: Finding this older thread, similar issue. But I had previously tried clearing the theme folder, regenerating the functions.php file, even let PG rebuild the _pgexport folder.

@PeteSharp The first thing to do is check the dev tools console in the WP block editor to see if the block’s JS is failing to load for some reason.

If there’s nothing to see in the console, then I suggest reaching out to support and sending your project so we can analyze it.

1 Like

Thanks, I had to jump on another project, but I am looping back to this tomorrow and will follow up.