Error 500 Internal Server Error

GET https://stgdesign.toridorimidori.jp/products/add_cart/2

Validator calls

Path Message Invalid value Violation
フィールドグループに追加のフィールドを含んではなりません。
[
  "selected_sauces" => "[{"productId":5,"productClassId":12,"quantity":6,"name":"ガツンとガーリックBBQソース"}]"
  "subscription_details" => "{"nextDeliveryDate":"2026-09-23","changeDeadline":"2026-09-13","frequency":28,"deliveryDay":"水曜日"}"
  "subscription_flag" => "true"
  "plan_key" => "plan_regular_6"
  "subscription_mode" => "custom"
]
Symfony\Component\Validator\ConstraintViolation {#5542
  -message: "フィールドグループに追加のフィールドを含んではなりません。"
  -messageTemplate: "This form should not contain extra fields."
  -parameters: [
    "{{ extra_fields }}" => ""selected_sauces", "subscription_details", "subscription_flag", "plan_key", "subscription_mode""
  ]
  -plural: 5
  -root: Symfony\Component\Form\Form {#5166
    name: ""
    type_class: "Eccube\Form\Type\AddCartType"
    data: Eccube\Entity\CartItem {#5214
      -id: null
      -price: 4980.0
      -quantity: 1
      -ProductClass: Eccube\Entity\ProductClass {#4904 …}
      -Cart: null
      -product_class_id: 2
      -point_rate: null
    }
  }
  -propertyPath: ""
  -invalidValue: [
    "selected_sauces" => "[{"productId":5,"productClassId":12,"quantity":6,"name":"ガツンとガーリックBBQソース"}]"
    "subscription_details" => "{"nextDeliveryDate":"2026-09-23","changeDeadline":"2026-09-13","frequency":28,"deliveryDay":"水曜日"}"
    "subscription_flag" => "true"
    "plan_key" => "plan_regular_6"
    "subscription_mode" => "custom"
  ]
  -constraint: Symfony\Component\Form\Extension\Validator\Constraints\Form {#5301 …}
  -code: "6e5212ed-a197-4339-99aa-5654798a4854"
  -cause: null
}