• Hello,

    I made up a WordPress site, based on the theme “PRAGUE”.
    https://www.ullimahler.de

    Everything is fine with the site, but the Chrome console tells me the following two errors:

    DevTools failed to load SourceMap: Could not load content for https://ullimahler.de/wp-content/themes/prague/assets/js/maps/swiper.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    DevTools failed to load SourceMap: Could not load content for https://ullimahler.de/wp-content/themes/prague/assets/js/hammer.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    Do you know the consequences of those errors, and how to fix them?

    I am a wordpress beginner and have absolutely no idea, what this could mean.
    Sadly I don’t know anything about JS. ??

    Thanks in advance!
    Best,
    Lisa

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    Your prague theme seems to be the error.

    Since you use a commercial theme and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.

    https://themeforest.net/item/prague-architecture-and-interior-design-wordpress-theme/19618927

    Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.

    .js.map files are for “Source Maps”. These are special files that your browser can use when you enter the debugger window to show the JavaScript as it appeared before it was minified or transpiled (such as from TypeScript).

    There is no issue here because when they’re not present resulting in those 404 errors, they do not impact the running of your site. This is because they are only ever loaded when you open the inspector/console/debugger window of your Browser. Therefore their absense isn’t affecting the end-users in any way.

    Thread Starter lisakub

    (@lisakub)

    Thank you so much for your quick help!
    If it isn’t affecting the end-users, I’m happy! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Console Error: Missing “hammer.min.js.map” & “swiper.min.js.map”’ is closed to new replies.