ktquez / vue-disqus

Integrate Disqus count and comments in your application Vue 3, with support for SPA
https://ktquez.github.io/vue-disqus/
MIT License
253 stars 26 forks source link

Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID #15

Closed harishankards closed 6 years ago

harishankards commented 6 years ago

Hey guys,

First of all thanks for the great work. I tried integrating with my project like below: // inside template <vue-disqus shortname="student-burger.disqus.com"></vue-disqus>

// Inside script import VueDisqus from 'vue-disqus/VueDisqus.vue' and

components: {
      VueDisqus
    },

I'm getting this error in the console as Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID from embed.js

I gave only shortname as that is only mandatory.

Thanks in advance

ktquez commented 6 years ago

I'll do some tests tomorrow and see what can be. Thanks @harishankards

harishankards commented 6 years ago

Great. Thanks, @ktquez. Looking forward

ktquez commented 6 years ago

@harishankards I tested it and everything is ok with the plugin This problem seems to be your browser, I found a link about this error. https://productforums.google.com/forum/#!msg/chrome/95NrJOxJKSg/mlThr4wbAwAJ

Any question just open this issue again

harishankards commented 6 years ago

Hey @ktquez! Thanks for the help. Fixed the issue.