I’m facing the same issue, but only at certain pages.
This error occures in console: `WebSocket connection to ‘ws://realtime.services.disqus.com/ws/2/thread/4743106111?’ failed: Error during WebSocket handshake: Unexpected response code: 400
`
Please, fallback to older version.
p.s. Sorry, everything seems working.
I had this issue occured after updating the plugin.
Before comments_template(); I have this condition:
if( function_exists(‘dsq_is_installed’) && dsq_is_installed() && ( comments_open() || get_comments_number() ) )
And after this I’m calling comments_template();
And right after it I have the same condition, and it give False.
Don’t know why, but on older version it was working.
Thanks.