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
knowledge-html-converter leaves image src attributes intact and it is the knowledge api that rejects this content when creating/updating a document variation:
{
"message": "Image url should be valid and start with https://",
"code": "bad.request",
"status": 400,
"entityName": "Variation",
"messageWithParams": "Image url should be valid and start with https://",
"messageParams": {},
"contextId": "e747ba05-5113-43af-b920-4a3a1ef428e8",
"details": [],
"errors": []
}
Currently it's not possible to create a document variation with an image where the image url is "data:....".
Example:
The text was updated successfully, but these errors were encountered: