Have followed the Squiz Guide to create an asset builder that is used so that logged in (and public users) can comment on News Items. Have followed the instructions here http://manuals.matrix.squizsuite.net/news/chapters/commentto set it up but whenever a comment is created, it will not show up on the page after successfully creating it.
I just get a "/?" appended to the URL location of the News item URL e.g. http://mywebsite.org.au/news-blog/category-2/news-item-1/?
Repeating the same keywords on the "created" bodycopy as they are in "logged in" bodycopy just ensures that I see the text of the comment I just made still appearing within the add comment box and the page does not update to show the newly posted comment. I might just add that we are not using a comment moderation system either so we really want the comment to show up as soon as it is posted with NO CACHE happening.
So to be able to see the updated news item page with new comment underneath it I have to append a "/_nocache" to the URL - this is even after making a trigger action up to listen for a new comment being created in the website and then clearing the matrix cache on every asset within the blog directory. It's like that action does not work. The other trigger actions work like sending an email, removing metadata schema and setting the status of the asset to LIVE.
Anyone have any similar experiences?