• Resolved Bojan Deni?

    (@evilmc)


    Hi Raul,

    I use your latest version and I have this errors in my console for source maps:

    DevTools failed to load source map: Could not load content for https://website/wp-content/uploads/fvm-cache/min/style.min.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
    DevTools failed to load source map: Could not load content for https://website.com/wp-content/uploads/fvm-cache/min/styles-default.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    How to fix this issue? Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Raul P.

    (@alignak)

    You must be having a reference to styles-default.css.map inside a file called styles-default.css and this error must be showing even if you disable FVM.

    To solve it, you need to edit the styles-default.css and remove the styles-default.css.map reference, usually at the bottom.

    FVM tries to remove these when it sees them, but depending on the format, it’s not always possible to do it automatically.

    Thread Starter Bojan Deni?

    (@evilmc)

    Where I can find that CSS: styles-default.css ?

    Plugin Author Raul P.

    (@alignak)

    It’s one of the files included on your site by either your theme or some plugin. Deactivate FVM and look at the page html source for the right path, or use the network tab on the web dev tools.

    Thread Starter Bojan Deni?

    (@evilmc)

    Ok, I found this 2 plugins with:
    /*# sourceMappingURL=style.min.css.map */

    https://website.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/style.min.css
    https://website.com/wp-content/plugins/surbma-yes-no-popup/assets/css/styles-default.css

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘DevTools failed to load source map’ is closed to new replies.