I am getting a:
```INVALID_IMAGE_DATA_URL: Provided asset does not have the correct structure required for images
Error: Provided asset does not have the correct structure required for images```
When I try to start the editor with a video asset. Images work fine. Curiously enough if I switch the asset type back to video and try with an image, it will also give me that same error. I've tried adding .mp4 to the URL also.
```
inputParams: {
asset: {
type: "video",
dataType: "url",
data:
getVideoFullEditor(selectedMedia),
},
},```