Hi I am doing a migration and I am trying to create a user with email a.b.c@d.org.invalid (abcd are placeholders)
and I get:
response.body.details {
email: [
{
description: 'Email: Email: a.b.c@d.org.invalid is not a valid address'
}
]
}
How would I get around this? while losing the least data as possible? maybe a.b.c@d.org? a.b.c_deleted@d.org?