Not all categories load on initial page load

open
· Api ·
By stormtroll on 11/03/2025
· Assigned to katerinach

When loading the World Anvil article view, some categories and articles that are open do not load. I have 9 Articles in a category, and only 2 loaded. The articles are visible in the following API calls, but not in the article pane.

  • https://www.worldanvil.com/api/internal/aboleth/world/index
  • https://www.worldanvil.com/api/internal/aboleth/category?granularity=2&id=4a827290-419c-416b-bb53-871600008042
  The missing articles have a folderId as null instead of the correct folder. Closing and opening the article can fix the issue. These categories are set to redirect to an article.  
    {
      "id": "38969c36-a474-48d0-8981-11f07acec870",
      "title": "Octant 1 - Zeus",
      "slug": "octant-1---zeus-category",
      "state": "public",
      "isWip": null,
      "isDraft": null,
      "entityClass": "Category",
      "icon": "fa-solid fa-apartment",
      "url": "https:\/\/www.worldanvil.com\/w\/steel-horizons-stormtroll\/c\/octant-1---zeus-category",
      "subscribergroups": [
        {
          "id": "156f7f3a-fe9d-4d52-81ce-4182933c1ebd",
          "title": "Player",
          "slug": null,
          "state": null,
          "entityClass": "SubscriberGroup",
          "icon": null,
          "url": null,
          "subscribergroups": 
        }
      ],
      "folderId": null,
      "tags": null,
      "updateDate": {
        "date": "2025-10-18 17:38:08.000000",
        "timezone_type": 3,
        "timezone": "Europe\/London"
      }
    },
 

Steps to Reproduce

Load the page with a category open.

Operating System

Windows

Browser

Google Chrome

Related Entity

Athena article view.

History

katerinach @ 07 Jul, 2026 04:18:16 Assignee
Assigned katerinach