I’m using the nodebb API to create posts and update them. The user is fully allowed to post as the API authenticated user. There are no limitations or auto removals set in the nodebb forums settings.
I can go to the category and click on the post and see it. I can move away from the category and go again and I see the post. The only time it goes 410 is when I refresh the browser while viewing the post.
I’m told it could be the nodebb cache causing this but if that is the case, how can I prevent this from happening as I certainly don’t want to disable cache. Posts should never show 410 gone when they are in fact still there so what’s going on?
Single at the moment but with plans to go multiple if traffic warrants it. I’ll do some debugging as suggested and report back.