When I add a new attribute to an existing collection, all exisiting documents initialize that attribute to null, even though it has a default value set. I added the attr through CLI
TL;DR
Issue: Adding new attributes to collections does not set default values for existing documents causing problems in the production instance.
Solution: Currently, there is no direct solution mentioned in the thread.
Additional note: The issue persists regardless of whether the attribute is added through the command-line interface or the dashboard.