You likely have a conflict with another plugin. When I go into Chrome’s Developer Tools and look at the “Network” tab, I can see that when you click on the “Load More” button, I get a response saying, “Failed to load response data: No content available because this request was redirected”. This typically happens in scenarios where you have a plugin that is trying to hijack clicks for analytics, or a security plugin that is trying to capture every AJAX call and route it through a different channel.
You will need to identify the offending plugin and disable it – it is not clear from the browser as to which plugin is causing this. I can see that there is something on your page that is continuously making calls to https://v.clarity.ms/collect – not sure if that is causing the issue.
Thread Starter
dubh
(@spmcnerd)
Ahh interesting! Thank you so much. I will get in there in a little bit.
