Hello! I've been trying to integrate disqus with my gatsby site, and am running into the following errors in my console:
And perhaps consequently Disqus does not seem to be working at all on my site, there isn't even an empty widget showing up. I have already configured the site in my Disqus dashboard and added the shortname in my gatsby-config.js file:
Hello! I've been trying to integrate disqus with my gatsby site, and am running into the following errors in my console:
And perhaps consequently Disqus does not seem to be working at all on my site, there isn't even an empty widget showing up. I have already configured the site in my Disqus dashboard and added the shortname in my gatsby-config.js file:
and in my relevant file: (i have verified that all the post.xxx fields are defined and console log correctly)
Any help on this would be vastly appreciated!
I'm currently using react v18.1.0 and node v18.5.0.