Since I switched to max_category_nesting = 3
, I noticed that my WP-Discourse is no longer pulling in the full list of categories. If I visit /site.json
, I can only see 5 categories. If I visit /categories.json
, I think I see all the 1st- and 2nd-level categories, with the 3rd-level category IDs listed under the 2nd-level categories. However, WP-Discourse populates its list of categories using /site.json
.
Also, when I type /site.json
into a window in which I’m logged in as admin, it only shows 5 categories. If I do it in an incognito window, it shows 26. In admin logged in window with /categories.json
, it shows 33.
Any idea on what might be happening?