This was working few days ago for articleUpdate mutation but now passing empty string or null to image url field seems to return this
error: “Image upload failed. Could not generate an image extension name.”
I’m trying to remove image from article so is passing empty string/null not valid anymore?
This was working fine for the articleUpdate mutation a few days ago, but now passing an empty string or null to the imageUrl field results in the following error:
Error: “Image upload failed. Could not generate an image extension name.”
I’m trying to remove the image from an article. Has passing an empty string or null to the imageUrl field become invalid?