Base solution for your next web application
Open Closed

Failed to parse SourceMap console error #883


User avatar
0
patrickglaudemans created

Hi,

I'm getting sourcemap errors in my google chrome console like so: Failed to parse SourceMap: <a class="postlink" href="http://localhost:6234/App/app.css.map">http://localhost:6234/App/app.css.map</a> Failed to parse SourceMap: <a class="postlink" href="http://localhost:6234/App/common/views/datasources/createOrEditModal.css.map">http://localhost:6234/App/common/views/ ... al.css.map</a> Failed to parse SourceMap: <a class="postlink" href="http://localhost:6234/Common/Styles/core.css.map">http://localhost:6234/Common/Styles/core.css.map</a> Failed to parse SourceMap: <a class="postlink" href="http://localhost:6234/App/common/directives/gridlists/datasource/datasource-List.css.map">http://localhost:6234/App/common/direct ... st.css.map</a> Failed to parse SourceMap: <a class="postlink" href="http://localhost:6234/App/common/views/layout/layout.css.map">http://localhost:6234/App/common/views/ ... ut.css.map</a> Failed to parse SourceMap: <a class="postlink" href="http://localhost:6234/App/common/views/profile/changePicture.css.map">http://localhost:6234/App/common/views/ ... re.css.map</a>

the seems to come out of the blue. Did some googling but got no luck.

Anyone seeing the light?

Thanks,

p


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    You can disable chrome css maps.

    See <a class="postlink" href="https://developer.chrome.com/devtools/docs/settings#css-source-maps">https://developer.chrome.com/devtools/d ... ource-maps</a> Just disable if it is enabled.