Ecto error on loading custom Ecto.Type from Embedded Schema

Custom types in embedded schemas do not use load/dump. They just json encode the runtime data and use the cast callback to load it again.

4 Likes