I'm trying to run Umbraco on Ubuntu server and during startup I'm getting that error:
Unhandled exception. System.ArgumentException: The path must be absolute. (Parameter 'root')
at Microsoft.Extensions.FileProviders.PhysicalFileProvider..ctor(String root, ExclusionFilters filters)
at Microsoft.Extensions.FileProviders.PhysicalFileProvider..ctor(String root)
at Microsoft.AspNetCore.Hosting.StaticWebAssets.StaticWebAssetsLoader.<>c.
Cannot start Umbraco 10.1 on Ubuntu 22.04
I'm trying to run Umbraco on Ubuntu server and during startup I'm getting that error:
Unhandled exception. System.ArgumentException: The path must be absolute. (Parameter 'root') at Microsoft.Extensions.FileProviders.PhysicalFileProvider..ctor(String root, ExclusionFilters filters) at Microsoft.Extensions.FileProviders.PhysicalFileProvider..ctor(String root) at Microsoft.AspNetCore.Hosting.StaticWebAssets.StaticWebAssetsLoader.<>c.
Do you have any idea what it might be?
Looks like the error message it gives when your .net sdk version is too low. Try upgrading that one.
Is it?
is working on a reply...