Title: entertio's Replies | WordPress.org

---

# entertio

  [  ](https://wordpress.org/support/users/entertio/)

 *   [Profile](https://wordpress.org/support/users/entertio/)
 *   [Topics Started](https://wordpress.org/support/users/entertio/topics/)
 *   [Replies Created](https://wordpress.org/support/users/entertio/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/entertio/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/entertio/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/entertio/engagements/)
 *   [Favorites](https://wordpress.org/support/users/entertio/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cloudinary - Deliver Images and Videos at Scale] Cannot read property ‘_cloudinary_featured_overwrite’ of undefined](https://wordpress.org/support/topic/cannot-read-property-_cloudinary_featured_overwrite-of-undefined/)
 *  Thread Starter [entertio](https://wordpress.org/support/users/entertio/)
 * (@entertio)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/cannot-read-property-_cloudinary_featured_overwrite-of-undefined/#post-13405514)
 * Hey [@jaycloudinary](https://wordpress.org/support/users/jaycloudinary/).
 * We’re using:
 * – WP v5.5
    – Cloudinary Plugin v2.2.0 – Yoast v14.8.1 – 2 Custom In-House Block
   Plugins – A Custom Sage Theme – No Page Builders
 * Unfortunately I cannot provide a sandbox environment.
 * **Steps to Reproduce:**
 * 1.) Visit your Gutenberg block management page. In my case since I’m using Sage
   it is: [http://wordpress.local/wp/wp-admin/edit.php?post_type=wp_block](http://wordpress.local/wp/wp-admin/edit.php?post_type=wp_block)
 * 2.) Create a new Cover block with an image.
 * 3.) Publish the block.
 * 4.) Refresh the page, and try to replace the image in the Cover block.
 * 5.) The block breaks and reports: “_This block has encountered an error and cannot
   be previewed._” along with a JS console error: “_An error occurred while running‘
   mapSelect’: Cannot read property ‘\_cloudinary\_featured\_overwrite’ of undefined_“
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cloudinary - Deliver Images and Videos at Scale] Cannot read property ‘_cloudinary_featured_overwrite’ of undefined](https://wordpress.org/support/topic/cannot-read-property-_cloudinary_featured_overwrite-of-undefined/)
 *  Thread Starter [entertio](https://wordpress.org/support/users/entertio/)
 * (@entertio)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/cannot-read-property-_cloudinary_featured_overwrite-of-undefined/#post-13405214)
 * I’ve traced the issue down to this line:
 *     ```
       overwrite_featured_transformations: null !== (r = e("core/editor").getEditedPostAttribute("meta")._cloudinary_featured_overwrite) && void 0 !== r && r
       ```
   
 * and this mod seems to fix it:
 *     ```
       overwrite_featured_transformations: null !== (r = e("core/editor")?.getEditedPostAttribute("meta")?._cloudinary_featured_overwrite) && void 0 !== r && r
       ```
   
 * Anyway we can get this patched soon?

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