Special characters in a file name cause image uploads to seem to fail though the image is successfully uploaded to cloudinary. This is because the filename is not url encoded. This results in an error of
InvalidArgumentException: The URI '' is invalid. You must use a valid URI scheme. in Drupal\Core\Url::fromUri() (line 290 of /var/www/drupalvm/web/core/lib/Drupal/Core/Url.php).

Comments

damondt created an issue. See original summary.

damondt’s picture

damondt’s picture

StatusFileSize
new1.35 KB

Attaching a patch that fixes this.

damondt’s picture

Status: Active » Needs review
damondt’s picture

StatusFileSize
new2.84 KB

Small fix for previous patch.

damondt’s picture

StatusFileSize
new4.23 KB

Drupal coding standars fix