https://geoedge.docker.felipe-11.citeeze.com/mapping/new

Validator calls

Path Message Invalid value Violation
domain Domain cannot be blank
null
Symfony\Component\Validator\ConstraintViolation {#908
  -message: "Domain cannot be blank"
  -messageTemplate: "Domain cannot be blank"
  -parameters: [
    "{{ value }}" => "null"
  ]
  -plural: null
  -root: App\Entity\ClickTrackerDomain {#339
    #id: null
    #created: DateTime @1750988865 {#338
      date: 2025-06-26 21:47:45.057238 America/Montreal (-04:00)
    }
    #updated: DateTime @1750988865 {#338}
    -domain: null
    -adserver: null
  }
  -propertyPath: "domain"
  -invalidValue: null
  -constraint: Symfony\Component\Validator\Constraints\NotBlank {#781 …}
  -code: "c1051bb4-d103-4f74-8988-acbcafc7fdc3"
  -cause: null
}
adserver AdServer cannot be blank
null
Symfony\Component\Validator\ConstraintViolation {#854
  -message: "AdServer cannot be blank"
  -messageTemplate: "AdServer cannot be blank"
  -parameters: [
    "{{ value }}" => "null"
  ]
  -plural: null
  -root: App\Entity\ClickTrackerDomain {#339
    #id: null
    #created: DateTime @1750988865 {#338
      date: 2025-06-26 21:47:45.057238 America/Montreal (-04:00)
    }
    #updated: DateTime @1750988865 {#338}
    -domain: null
    -adserver: null
  }
  -propertyPath: "adserver"
  -invalidValue: null
  -constraint: Symfony\Component\Validator\Constraints\NotBlank {#787 …}
  -code: "c1051bb4-d103-4f74-8988-acbcafc7fdc3"
  -cause: null
}