Error 422 Unprocessable Content

POST https://torment.shophardware.com.ar/panel/tracks/new

Validator calls

Path Message Invalid value Violation
data.slug This value should not be blank.
null
Symfony\Component\Validator\ConstraintViolation {#1402
  -message: "This value should not be blank."
  -messageTemplate: "This value should not be blank."
  -parameters: [
    "{{ value }}" => "null"
  ]
  -root: Symfony\Component\Form\Form {#1638
    name: "track"
    type_class: "App\Form\TrackType"
    data: App\Entity\Track {#912
      -id: null
      -title: "DSP DE TANTAS GIRAS"
      -slug: null
      -year: 2026
      -genre: "TRAP"
      -story: null
      -coverImagePath: null
      -audioPath: null
      -spotifyUrl: null
      -appleMusicUrl: null
      -youtubeUrl: null
      -otherPlatformUrl: null
      -isActive: true
      -isFeatured: false
      -position: 0
      -createdAt: DateTimeImmutable @1772884455 {#958
        date: 2026-03-07 11:54:15.244343 UTC (+00:00)
      }
      -updatedAt: DateTimeImmutable @1772884455 {#957
        date: 2026-03-07 11:54:15.244345 UTC (+00:00)
      }
      -coverImageFile: null
      -audioFile: null
    }
  }
  -propertyPath: "data.slug"
  -invalidValue: null
  -plural: null
  -code: "c1051bb4-d103-4f74-8988-acbcafc7fdc3"
  -constraint: Symfony\Component\Validator\Constraints\NotBlank {#1179 …}
  -cause: null
}