🇻🇳Vietnam Chương Phạm
drush php:eval "\Drupal::entityDefinitionUpdateManager()->installEntityType(\Drupal::entityTypeManager()->getDefinition('your_entity_type'));"
🇻🇳Vietnam Chương Phạm
🇻🇳Vietnam Chương Phạm
🇻🇳Vietnam Chương Phạm
The patch work for me but I have to change
$fileKey = 'file';
to
$fileKey = $request->files->getIterator()->key();