Title: does not load, errors in console
Last modified: January 8, 2021

---

# does not load, errors in console

 *  Resolved [vallered](https://wordpress.org/support/users/vallered/)
 * (@vallered)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/does-not-load-errors-in-console/)
 * Hi, it does not load when one is trying to access it via admin – tools. Errors
   are like this:
 * find-my-blocks.js?ver=1610124225:1411 You are currently using minified code outside
   of NODE_ENV === “production”. This means that you are running a slower development
   build of Redux. You can use loose-envify ([https://github.com/zertosh/loose-envify](https://github.com/zertosh/loose-envify))
   for browserify or setting mode to production in webpack ([https://webpack.js.org/concepts/mode/](https://webpack.js.org/concepts/mode/))
   to ensure you have the correct code for your production build.
    u @ find-my-blocks.
   js?ver=1610124225:1411 /wp-json/find-my-blocks/blocks:1 Failed to load resource:
   the server responded with a status of 404 () find-my-blocks.js?ver=1610124225:
   2643 Uncaught TypeError: Cannot read property ‘length’ of undefined at m (find-
   my-blocks.js?ver=1610124225:2643) at Gm (find-my-blocks.js?ver=1610124225:102)
   at Ev (find-my-blocks.js?ver=1610124225:102) at qv (find-my-blocks.js?ver=1610124225:
   102) at HTMLUnknownElement.e (find-my-blocks.js?ver=1610124225:102) at Object.
   s (find-my-blocks.js?ver=1610124225:102) at g (find-my-blocks.js?ver=1610124225:
   102) at nb (find-my-blocks.js?ver=1610124225:102) at Wy (find-my-blocks.js?ver
   =1610124225:102) at Ly (find-my-blocks.js?ver=1610124225:102) find-my-blocks.
   js?ver=1610124225:102 The above error occurred in the <m> component: in m
 * Consider adding an error boundary to your tree to customize error handling behavior.
   
   Visit [https://fb.me/react-error-boundaries](https://fb.me/react-error-boundaries)
   to learn more about error boundaries. (anonymous) @ find-my-blocks.js?ver=1610124225:
   102 find-my-blocks.js?ver=1610124225:2643 Uncaught (in promise) TypeError: Cannot
   read property ‘length’ of undefined at m (find-my-blocks.js?ver=1610124225:2643)
   at Gm (find-my-blocks.js?ver=1610124225:102) at Ev (find-my-blocks.js?ver=1610124225:
   102) at qv (find-my-blocks.js?ver=1610124225:102)

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

 *  Plugin Author [edeesims](https://wordpress.org/support/users/edeesims/)
 * (@edeesims)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/does-not-load-errors-in-console/#post-13967627)
 * hey [@vallered](https://wordpress.org/support/users/vallered/) i finally got 
   some time to fix this one. The error should be gone now in `v3.1.3`. Please let
   me know if this is not the case.
 *  Thread Starter [vallered](https://wordpress.org/support/users/vallered/)
 * (@vallered)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/does-not-load-errors-in-console/#post-13971910)
 * Hi,
 * recognized your udpate already, but unfortunately the error persist.
 * Best
 *  Plugin Author [edeesims](https://wordpress.org/support/users/edeesims/)
 * (@edeesims)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/does-not-load-errors-in-console/#post-14251279)
 * Hey [@vallered](https://wordpress.org/support/users/vallered/),
 * I have released another fix that could fix this. If you would like to try `v3.3.2`.
 *  Thread Starter [vallered](https://wordpress.org/support/users/vallered/)
 * (@vallered)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/does-not-load-errors-in-console/#post-14255369)
 * Unfortunately that update did not solve it. It is working on all my environments
   but one staging (not locked), on the respective live environment of that respective
   staging it is working well
 *  Plugin Author [edeesims](https://wordpress.org/support/users/edeesims/)
 * (@edeesims)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/does-not-load-errors-in-console/#post-14261640)
 * Does your staging env have any interesting set ups/settings with it? Anything
   that could help me dig into this a little bit more?
 *  Thread Starter [vallered](https://wordpress.org/support/users/vallered/)
 * (@vallered)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/does-not-load-errors-in-console/#post-14265845)
 * to be honest, I have no glue what is different to other installations (on Cloudways),
   where your plugin is working well. The errors I am now getting are as follows:
 *     ```
       JQMIGRATE: Migrate is installed, version 3.3.2
       find-my-blocks.js?ver=1617053811:8738 [Deprecation] SharedArrayBuffer will require cross-origin isolation as of M91, around May 2021. See https://developer.chrome.com/blog/enabling-shared-array-buffer/ for more details.
       (anonymous) @ find-my-blocks.js?ver=1617053811:8738
       find-my-blocks.js?ver=1617053811:34456 Download the React DevTools for a better development experience: https://fb.me/react-devtools
       /wp-json/find-my-blocks/blocks:1 Failed to load resource: the server responded with a status of 404 ()
       find-my-blocks.js?ver=1617053811:192696 Uncaught TypeError: Cannot read property 'length' of undefined
           at FindMyBlocks (find-my-blocks.js:192696)
           at renderWithHooks (find-my-blocks.js:24450)
           at updateFunctionComponent (find-my-blocks.js:26629)
           at beginWork (find-my-blocks.js:28154)
           at HTMLUnknownElement.callCallback (find-my-blocks.js:9843)
           at Object.invokeGuardedCallbackDev (find-my-blocks.js:9892)
           at invokeGuardedCallback (find-my-blocks.js:9945)
           at beginWork$1 (find-my-blocks.js:32706)
           at performUnitOfWork (find-my-blocks.js:31673)
           at workLoopSync (find-my-blocks.js:31646)
       find-my-blocks.js?ver=1617053811:29062 The above error occurred in the <FindMyBlocks> component:
           in FindMyBlocks
   
       Consider adding an error boundary to your tree to customize error handling behavior.
       Visit https://fb.me/react-error-boundaries to learn more about error boundaries.
       logCapturedError @ find-my-blocks.js?ver=1617053811:29062
       find-my-blocks.js?ver=1617053811:192696 Uncaught (in promise) TypeError: Cannot read property 'length' of undefined
           at FindMyBlocks (find-my-blocks.js:192696)
           at renderWithHooks (find-my-blocks.js:24450)
           at updateFunctionComponent (find-my-blocks.js:26629)
           at beginWork (find-my-blocks.js:28154)
           at HTMLUnknownElement.callCallback (find-my-blocks.js:9843)
           at Object.invokeGuardedCallbackDev (find-my-blocks.js:9892)
           at invokeGuardedCallback (find-my-blocks.js:9945)
           at beginWork$1 (find-my-blocks.js:32706)
           at performUnitOfWork (find-my-blocks.js:31673)
           at workLoopSync (find-my-blocks.js:31646)
       DevTools failed to load SourceMap: Could not load content for https://xxx.cloudwaysapps.com/find-my-blocks.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
       ```
   

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

The topic ‘does not load, errors in console’ is closed to new replies.

 * ![](https://ps.w.org/find-my-blocks/assets/icon.svg?rev=2297395)
 * [Find My Blocks - Locate blocks on your site](https://wordpress.org/plugins/find-my-blocks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/find-my-blocks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/find-my-blocks/)
 * [Active Topics](https://wordpress.org/support/plugin/find-my-blocks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/find-my-blocks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/find-my-blocks/reviews/)

## Tags

 * [console errors](https://wordpress.org/support/topic-tag/console-errors/)
 * [does not load](https://wordpress.org/support/topic-tag/does-not-load/)

 * 6 replies
 * 2 participants
 * Last reply from: [vallered](https://wordpress.org/support/users/vallered/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/does-not-load-errors-in-console/#post-14265845)
 * Status: resolved