Brower warnings

Hi. I am getting several brower warnings as shown in screenshot attached at https://mysalus.org. Not sure they are impacting anything (that I can tell) but thought I would ask about them. Can you tell me if I need to address these or not?

Thank you

Hi there,

Please install the Better Search Replace plugin then do the following:


    search for https://staging.mysalus.org and replace it with https://mysalus.org and
    search for https:\/\/staging.mysalus.org and replace it with https:\/\/mysalus.org

Hope this helps.

My Bad, the above warning screen shot is from my staging site at https://staging.mysalus.org … so don’t think it’s a search and replace issue?

Hi There,

You can ignore those “DevTools failed to parse SourceMap” warnings as they aren’t actually errors. It’s just looking for source map for debugging since you opened your dev tools. The source maps are usually used by developers so you can ignore them as the provided files aren’t meant to be edited by users.

Please check this https://www.sitepoint.com/using-source-maps-debug-sass-chrome/ as a sample of source map (but for CSS and SASS instead of javascript)

You can also check your browser’s knowledge base to see how you can turn off the source map checking. But I don’t think you can turn off that in Safari.

However, I do see an actual error on your homepage “Found 2 elements with non-unique id”.


It looks like you used two instances of the same form on one page. If this error causes an issue on your form please contact the plugin author/support how you can get around this error.

Thanks,

Thanks for the information and link. I am chasing down the two instances of the same form.

Really appreciate your support!

You’re welcome! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.