Hi folks, I have a bit of a weird issue, that is h...
# community-help
i
Hi folks, I have a bit of a weird issue, that is hard to reproduce. Maybe some of you have also experienced this. I have an existing collection of say 15000 entries, if I delete that collection, create a new one with the same same, and add in another 15000 entries. Sometimes the new collection has 30000 entries. Weird.
Copy code
await client.collections('companies').delete()
await client.collections().create(schema) // name is also companies
await client.collections(schema.name).documents().import(entries) // 15000 new entries

collections('companies') has 30000 entries