What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hey.. I face an issue where the `categories` variable in twig is empty. It seems that the root categ

UPDQFGGM9
UPDQFGGM9 Posts: 29 🧑🏻‍🚀 - Cadet

Hey.. I face an issue where the categories variable in twig is empty. It seems that the root category isn’t stored with the key format category_node:$store:$locale in redis, instead it is stored as category_node:$store:$locale:$id .

So when getCategories is called in CategoryTreeStorageReader.php it will return an empty ArrayObject.

Any idea why the root category is not stored without the id at the end.

Comments

  • Eugenia Poidenko
    Eugenia Poidenko Sprykee Posts: 145 🧑🏻‍🚀 - Cadet

    Hey Chris.

    I think that everything is fine with category_node:$store:$locale:$id , you might need to check the category_tree:$locale because CategoryTreeStorageReader.php does read the category_tree storage entity.

  • UPDQFGGM9
    UPDQFGGM9 Posts: 29 🧑🏻‍🚀 - Cadet

    Ah yes.. thanks. The tree storage seems to be empty. Will take a look. 👌