episerver / foundation-mvc-cms

Apache License 2.0
17 stars 27 forks source link

Fails to load /ClientResources/Scripts/contentediting/CreateContent.js on DXP Linux (Kestrel) #115

Open giangnb opened 2 years ago

giangnb commented 2 years ago

Kestrel may treat URLs case-sensitive. Therefore, naming the folder as below causes issue in CMS when deploying to Linux while CMS expects the path to be all lowercase "contentediting": https://github.com/episerver/foundation-mvc-cms/tree/net5/src/Foundation/wwwroot/ClientResources/Scripts/ContentEditing.

daniel-isaacs commented 2 years ago

Confirmed. There are a few similar issues that we'll need to clean up. I think I've identified most of them in the following commit on my fork, but haven't merged back here yet -- https://github.com/daniel-isaacs/foundation-mvc-cms/commit/07065ba558358b6e958d98475fe08061b95437e9

lunchin commented 2 years ago

should be fixed

daniel-isaacs commented 2 years ago

Should be fixed with https://github.com/episerver/foundation-mvc-cms/pull/124