Updating from V12 to V13 Permission error
# help-with-umbraco
n
Hey! In my project I am hosting umbraco in an image in kubernetes, and we recently updated to .NET 8 and umbraco version 13. When going through the installation process on the hosted website, it produces an error saying that it does not have access to create /config. I see in the source code that it is testing this by using "~/config" so in the home directory, but all our access is given to /app where everything else is. Is it possible to change it somehow so that it is using /app/config instead? It seems like it is a hardcoded constant, but not sure if you can overwrite it somehow. I see there is also a TODO on it "TODO: Shouldn't this exist underneath /Umbraco in the content root?"
2 Views