#add versioning to existing collection
6 messages · Page 1 of 1 (latest)
Help is on the way! To mark it as solved, use the /solve command. In the meantime, here are some existing threads that may help you:
Documentation:
Hey @main ingot
Yeah so this happens because versions change the way the list view expects to read your content. Your data is still there, it's just not being picked up by the list view properly. See here: https://github.com/akhrarovsaid/payload-v3-faqs?tab=readme-ov-file#i-added-versions--drafts-to-my-collection-config-and-now-all-of-my-documents-are-missing
Hey @cinder magnet Thanks for your response,
I already tried the migrations before my post with no sucess.
The PATCH request seems like a solution but it gives the following output
{
"docs": [],
"errors": [],
"message": "Updated 0 Page successfully."
}
Using ?where[id][not_equals]=true Worked
Thanks