I have developed a site using Umbraco 11. I upgraded to Umbraco 12. I am trying to deploy the App in docker. However, I am getting this error while trying to run the container:
Unhandled exception. System.IO.DirectoryNotFoundException: /root/.nuget/fallbackpackages/umbraco.cms.staticassets/12.2.0/staticwebassets/
I added the nuget package: Umbraco.Cms.StaticAssets to the solution but it did not solve the problem.
I am running under Mac.
Hi,
could be a configuration/security problem with the filesystem folders.
For example, the "Media" folder is better to move to a remote filesystem so if you want to configure a load balanced cluster, all nodes will point to the same folder.
Creating an Umbraco 12 Docker Image
I have developed a site using Umbraco 11. I upgraded to Umbraco 12. I am trying to deploy the App in docker. However, I am getting this error while trying to run the container: Unhandled exception. System.IO.DirectoryNotFoundException: /root/.nuget/fallbackpackages/umbraco.cms.staticassets/12.2.0/staticwebassets/
I added the nuget package: Umbraco.Cms.StaticAssets to the solution but it did not solve the problem. I am running under Mac.
What am I missing? Thank you.
Hi, could be a configuration/security problem with the filesystem folders. For example, the "Media" folder is better to move to a remote filesystem so if you want to configure a load balanced cluster, all nodes will point to the same folder.
I hope this will help you Adriano
is working on a reply...