• Resolved vallered

    (@vallered)


    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) for browserify or setting mode to production in webpack (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 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

    (@edeesims)

    hey @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

    (@vallered)

    Hi,

    recognized your udpate already, but unfortunately the error persist.

    Best

    Plugin Author edeesims

    (@edeesims)

    Hey @vallered,

    I have released another fix that could fix this. If you would like to try v3.3.2.

    Thread Starter vallered

    (@vallered)

    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

    (@edeesims)

    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

    (@vallered)

    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.