Title: After updates &gt; &#8220;Error loading block: Invalid parameter(s): attributes&#8221;
Last modified: May 18, 2023

---

# After updates > “Error loading block: Invalid parameter(s): attributes”

 *  Resolved [wordmax](https://wordpress.org/support/users/wordmax/)
 * (@wordmax)
 * [3 years ago](https://wordpress.org/support/topic/after-updates-error-loading-block-invalid-parameters-attributes/)
 * Having no issues at all previously. Now after latest WP update & plugin updates
   in same environment as before, we are seeing the following error on the Gutenberg
   block for Stripe Payment product block on the WP edit page view > Error loading
   block: Invalid parameter(s): attributes < this is the only thing being displayed
   in the block area where before it showed the Stripe Payment info that was selected
   from the drop-down menu to the right side.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fafter-updates-error-loading-block-invalid-parameters-attributes%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [3 years ago](https://wordpress.org/support/topic/after-updates-error-loading-block-invalid-parameters-attributes/#post-16750177)
 * Hi,
 * > Now after latest WP update & plugin updates in same environment as before,
 * Can you let us know what updates you carried out? I would like to try and see
   if I can replicate this error myself.
 * Kind regards.
 *  Thread Starter [wordmax](https://wordpress.org/support/users/wordmax/)
 * (@wordmax)
 * [3 years ago](https://wordpress.org/support/topic/after-updates-error-loading-block-invalid-parameters-attributes/#post-16752904)
 * Thanks for the quick response. It looks like the problem has been resolved. Two
   other plugins updated today and the problem went away. The two plugins were Spectra(
   [https://wordpress.org/plugins/ultimate-addons-for-gutenberg/](https://wordpress.org/plugins/ultimate-addons-for-gutenberg/))
   and Code Snippets ([https://wordpress.org/plugins/code-snippets/](https://wordpress.org/plugins/code-snippets/))
   and I think Code Snippets was the plugin that may have been causing the issue.
   We were using Code Snippets to implement the following code to put a link in 
   left WP admin menu to show WP reusable Gutenberg blocks, which is makes it easy
   to find those blocks…
 *     ```wp-block-code
       /**
        * Reusable Blocks accessible in backend
        * @link https://www.billerickson.net/reusable-blocks-accessible-in-wordpress-admin-area
        *
        */
       function be_reusable_blocks_admin_menu() {
           add_menu_page( 'Reusable Blocks', 'Reusable Blocks', 'edit_posts', 'edit.php?post_type=wp_block', '', 'dashicons-editor-table', 22 );
       }
       add_action( 'admin_menu', 'be_reusable_blocks_admin_menu' );
       ```
   
 * Thanks
 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [3 years ago](https://wordpress.org/support/topic/after-updates-error-loading-block-invalid-parameters-attributes/#post-16752984)
 * Thank you for sharing your findings. I am glad to know that you managed to fix
   your issue. This might help others with a similar issue as yourself.
 * Kind regards.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘After updates > “Error loading block: Invalid parameter(s): attributes”’
is closed to new replies.

 * ![](https://ps.w.org/stripe-payments/assets/icon-128x128.png?rev=2705524)
 * [Accept Stripe Payments](https://wordpress.org/plugins/stripe-payments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/stripe-payments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/stripe-payments/)
 * [Active Topics](https://wordpress.org/support/plugin/stripe-payments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/stripe-payments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/stripe-payments/reviews/)

## Tags

 * [blocks](https://wordpress.org/support/topic-tag/blocks/)
 * [gutenberg](https://wordpress.org/support/topic-tag/gutenberg/)

 * 3 replies
 * 2 participants
 * Last reply from: [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/after-updates-error-loading-block-invalid-parameters-attributes/#post-16752984)
 * Status: resolved