Closed liayn closed 2 years ago
\MASK\Mask\Imaging\PreviewIconResolver::getPreviewIconPath
is the one.
With ResourceDoesNotExistException
:
Tried to access a private resource file "EXT:sitesetup/Resources/Private/Extensions/mask/Previews/test.png" from fallback compatibility storage. This storage only handles public files.
You can't use the Private
path for public assets. You have to use Public
.
Hm... yes, but still this mistake might not be clear to everyone and hence, should be handled gracefully.
Ok, I will have a look thanks.
Mask tries to load some
...preview/<CE-name>.png
which does not exist and causes Mask not to load at all.I didn't investigate deeply yet, but it might also be a Core issue that's triggered here.