Issue with caching
-
I'm currently experiencing an issue where I create a new category/subcategory and it doesn't show for all users (with privileges set to allow everyone to view/read).
I'm running NodeBB on two server instances (on Azure). It seems that the server which is used to create the new category shows on the frontend. The other server instance, however, doesn't show the new category.
I've checked the category API, in the server that was used to create the category it appears in the JSON, but it doesn't appear in the API on the other server instance.
The two servers only share 1 database, so the category data must be there. How long does it take for the cache to refresh?
Copyright © 2024 NodeBB | Contributors