Hi @coppoc,
Please leave a screenshot of the wpDiscuz > Settings > Live Commenting Tab.
Also, leave a direct URL to a page where we can check it.
Make sure your website REST API is enabled. Just call this URL (change the domain to yours): example.com/?rest_route=/
. If you see code: “rest_cannot_access”
then the REST API is disabled. You should enable it. It’s probably disabled by some security plugin.
Thread Starter
coppoc
(@coppoc)
REST API enabled
https://prnt.sc/t28uia
-
This reply was modified 3 years, 3 months ago by
coppoc.
Thread Starter
coppoc
(@coppoc)
Started working on its own, without any changes. Incomprehensible…
Thread Starter
coppoc
(@coppoc)
Why is it required REST API? Data goes to a third-party server and is not processed on the side of my site?
Ok, @coppoc,
I think it was a cache (plugin and local/browser) issue.
Why is it required REST API? Data goes to a third-party server and is not processed on the side of my site?
wpDiscuz is a 100% native/local comment plugin. There is not any 3rd party requests and servers. The REST API is used when the page checks for new comments. The REST API is dozens of times faster than AJAX requests. Also, it uses significantly less CPU and Memory. So this is the lightest and fastest way to have a live commenting feature.