Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Is it a DXP environment? Is the site running correctly locally?
Please note that Linux environment has case-sensitive URL processing, see:
https://support.optimizely.com/hc/en-us/articles/4432327031565-Fix-broken-CMS-JS-client-resources-when-running-on-Linux
I was able to get those css/scripts to render but now having an issue with Azure blob images not loading. Any advice on that?
Thanks
Daman
Hello,
We are in the process of migrating from CMS 11 TO cms12. I just successfully deployed the code but none of the css/js from wwwroot and anything on the CMS - globalassets is not rendering.
Please advise on what I need to do. I've made sure to add this in ConfigureServices:
services.AddAzureBlobProvider(o =>
{
o.ContainerName = "qdsitemedia";
});
services.AddAzureEventProvider(o =>
{
o.TopicName = "MySiteEvents";
});
and this is added in Configure:
app.UseStaticFiles();
Anything else I need to make sure?
Thanks
Daman