London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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