Getting issues while adding `nuxt-disqus` module to my project.

I'm trying to add
disqus
to my blog detail page using
nuxt-disqus
module.

I have added
nuxt-disqus
and followed the instruction from the docs.
<ClientOnly>
    <DisqusComments :identifier="`/blog/${route.params.id}`" :title="article.title" :url="article._path" />
  </ClientOnly>


Output:
!image


I'm getting following error in the console and the disqus comments don't show up.

!image

And following is when i click on embed.js error
!image


Thanks
Was this page helpful?