Hi.
I’m running this code
slug = slugify(item.Varugrupp[0])
BoozeGroups.upsert(slug, {
slug: slug,
name: item.Varugrupp[0]
})
And it works great when running locally. When trying to deploy it to meteor.com I get this; it doesn’t upsert with my intended ID. How can I solve this? See image below, left i local, right is meteor.com
Full code is here: https://github.com/dumfan/apk