-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi Together,
I'm experiencing an issue when the application (using CMS 12, EPiServer.CMS version 12.5.0) gets deployed to Integration/Preproduction/Production. The hosting is in DXP.
The Geta.Optimizely.ContentTypeIcons plugin uses the [appDataPath] variable to create the paths to the image thumbnails and to the used fonts, and this works perfectly on the local development environment. But when the application gets deployed on f.e. Integration, then the images associated to page/block types cannot be load anymore:

The corresponding exceptions are like these...
If using version 2.0.1 of the plugin:
System.IO.DirectoryNotFoundException: Could not find a part of the path '/app/App_Data/thumb_cache\831edaaf-49ab-5933-3456-c725623c8be1.png'.
After some manual fix on the CachePath value in the ContentTypeIconOptions:
System.IO.DirectoryNotFoundException: Could not find a part of the path '/app/App_Data/thumb_cache/831edaaf-49ab-5933-3456-c725623c8be1.png'.
I've seen, the fixes in the version 2.0.2 does not cover that problem, so what are the next steps on this?
Many thanks and kind regards,
MITS-Live