Triple posts
Every time I submit a reply to a thread on my test server, it's posted three times. Any ideas where to start looking?
0
Every time I submit a reply to a thread on my test server, it's posted three times. Any ideas where to start looking?
Comments
Check the network activity and see if it is POSTing 3 times.
You can use a tool like firebug for firefox or the web inspector for chrome/safari.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Oddly, if you refresh there are only two stored.
In any case, there are two pairs of requests being made.... two to:
/forums/vanilla/post/comments/22
... that appear to be the post going in (they're JSON). And two empty requests to:
/forums/vanilla/post/comment2/89/1
So, it looks like this is somewhere in the JavaScript to post it using Ajax.