eclipse-aaspe / server

C# based server for AASX packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default thumbnail content is empty throwing exception

EmilAlipiev opened this issue · comments

Many of the aasx samples define a thumbnail with the content type just like below. This is throwing exception on calling Update Thumbnail on Api endpoint which makes updating thumbnail impossible.
I would suggest that we can just define a default thumbnail in case it is empty. I am sending PR for this.