Hey,
I am trying to add unique_contrain to my projects, and it is working beautifully with one of my tables that has only one field, but i with the other one it is not working.
I want to show to the user that a name is already taken on creation or at edit, but it keeps giving me an error that assign @teams not available in eex template.
but I think that the unique_constarint should kick in before this, that it should not get to the point that it redirects, so why is this happening?