You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DateMalformedStringException: Failed to parse time string (Invalid Date) at position 0 (I): The timezone could not be found in the database
File "/src/Serializer/Denormalizer/InputFilterDenormalizer.php", line 39, in App\Serializer\Denormalizer\InputFilterDenormalizer::denormalize
return $this->denormalizer->denormalize($data, $type, $format, $context);
File "/public/index.php", line 5
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
...
(20 additional frame(s) were not displayed)
Symfony\Component\Serializer\Exception\NotNormalizableValueException: Failed to parse time string (Invalid Date) at position 0 (I): The timezone could not be found in the database
File "/src/Serializer/Denormalizer/InputFilterDenormalizer.php", line 39, in App\Serializer\Denormalizer\InputFilterDenormalizer::denormalize
return $this->denormalizer->denormalize($data, $type, $format, $context);
File "/public/index.php", line 5
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
...
(20 additional frame(s) were not displayed)
Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "Failed to parse time string (Invalid Date) at position 0 (I): The timezone could not be found in the database" at NotNormalizableValueException.php line 32
not critical, but check if this leads to a 400er or a 500er error
The text was updated successfully, but these errors were encountered:
Sentry Issue: ECAMP3-API-45
not critical, but check if this leads to a 400er or a 500er error
The text was updated successfully, but these errors were encountered: