A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
Found the cause:
The [CatalogItemAsset] database table only supports nvarchar(50) for the asset type while our image media file has 56 characters:
e.g.
EpiServer7app.EpiServerCore.ContentTypes.Media.ImageFile
The sample commerce site luckily only had 48 characters, thus, it doesn't fail.