Reputation: 7568
I am customizing KeystoneJS and I have run into an issue where it seems the relationship lists in my Admin UI have failed to update.
Specifically, I am looking at the default Post and Post Categories models with a relationship defined on the Post.categories field. If I add a category, it does not show up as an option for when creating or editing a Post.
Could there be some kind of data caching going on? Has anyone seen this issue, I am not seeing any errors and I can confirm the category has been created in MongoDB and the front-end can see and display the category just fine.
Thanks
Upvotes: 2
Views: 600
Reputation: 2230
This is a bug in the v0.3 of Keystone. If you go to the following link
It tells you that you need to update to v4.0.
Upvotes: 1