KevinJump / Our.Umbraco.BackOfficeThemes

Backoffice Themes for Umbraco 8+
13 stars 8 forks source link

backofficeThemeUserDasboardController angular error in remote environment #28

Closed alfonso-jimenez-evelyn closed 1 year ago

alfonso-jimenez-evelyn commented 1 year ago

Hi, I'm using the version 3.0.1 and for some reason the package works in local, but when I deploy the project to a remote environment, I see this error :

image image Any ideas?

Thanks!

alfonso-jimenez-evelyn commented 1 year ago

Is already fixed doing this :

  1. In csproject file is necessary add the app plugin folder :
    <Content Include="App_Plugins\BackOfficeThemes\**\*.*">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
  2. Also is necessary add as new umbraco cms setting this :
    
    "RuntimeMinification": {
    "useInMemoryCache": true,
    "CacheBuster": "AppDomain"
    }