Skip to main content
Support Help Center Help Center home page
Submit a request Sign in
  1. Support Help Center
  2. Optimizely support
  3. Configuration

Fix broken CMS JS client resources when running on Linux

  • Updated March 29, 2022 10:59
Description

Some JavaScript resources cannot load when running CMS 12 on DXP Linux, for example: /episerver/shell/12.1.0/clientresources/epi/epi.js. This caused by case-sensitive URL processing in Linux environment.

Resolution

Add RouteOptions to Startup.cs:
services.Configure(o => { o.LowercaseUrls = true; });

Articles in this section

  • Configure browser caching in DXC/Azure environment
  • License errors and solutions for Episerver
  • Configure NodeJs on DXP Linux (NetCore)
  • Configure maximum upload file size for CMS 12 and DXP Linux platform
  • MultipleActiveResultSets (MARS) in CMS 12 on DXP
  • Create a new role with access to edit specific page(s).
  • Fix broken CMS JS client resources when running on Linux
  • Set up your Gmail account as SMTP server locally in the Alloy
  • Installing Robot.txt to CMS and How to Edit
  • How Smooth Deployment(Zero Downtime Deployments) read-only mode works

See all 52 articles

Optimizely Website
Deutsch