We're trying to integrate ImageVault (DAM) system with Optimizely CMS 12 but ImageVault's property of type MediaReference is not working and rather displays as an empty textbox in CMS
This problem exists only on integration environment (DXC) and not on local development platform. On local IIS environment, the imagevault''s imagepicker property works.
I read this article https://support.optimizely.com/hc/en-us/articles/4432327031565-Fix-broken-CMS-JS-client-resources-when-running-on-Linux and tried by deploying this line of code in startup.cs but it didn't help.
We're trying to integrate ImageVault (DAM) system with Optimizely CMS 12 but ImageVault's property of type MediaReference is not working and rather displays as an empty textbox in CMS
This problem exists only on integration environment (DXC) and not on local development platform. On local IIS environment, the imagevault''s imagepicker property works.
I read this article https://support.optimizely.com/hc/en-us/articles/4432327031565-Fix-broken-CMS-JS-client-resources-when-running-on-Linux and tried by deploying this line of code in startup.cs but it didn't help.
services.Configure<RouteOptions>(o => { o.LowercaseUrls = true; });
Please note that even if it works on local environment, we can see a console error . propertymedia.js
We cannot use ImageVault's MediaReference property type until the dojo property appears.
Does anyone has similar problem? Any solutions?