articleUpdate mutation Image upload fail

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?

Solved: Instead of setting only the imageUrl field to null, the entire image object must now be set to null to remove the image successfully :white_check_mark: .

1 Like

Great to hear you’ve figured this out!

1 Like