I was looking at this post from my own forum (nBB 4.0.3) via various vectors, and trying to pull it in from here resulted in a couple of hiccups.
- Searching the posts community.nodebb.org URL did not pull the post and its comments. Naturally, searching the original URL works fine (though does not fetch the comments, naturally)
- Fetching my comment from that post does fetch the post and full comment chain, but your comment, @julian, is surprisingly empty (link)
Just thought you’d like to know.
@julian That’s the URL I’ve tried to use. It just won’t fetch it for some reason. But if I search any of the comments, it’ll pull it in just fine. https://community.nodebb.org/post/103252, for instance, pulls the whole thread in.
Restarting nodeBB renders your missing comment, though!
@Kichae thanks, will have to play around a bit to see what’s going on.
@Kichae the github issue is here:
https://github.com/NodeBB/NodeBB/issues/13172
I think I found the source of the problem and fixed it. Try updating to the latest
master
ordevelop
commit and see if it still happens.