The first error I got was that wwwroot/media didn't exist. So, I manually added that directory and ran the site again, and now I'm getting Boot Failed error:
{"@t":"2024-07-24T17:45:41.2183958Z","@mt":"An unhandled exception has
occurred while executing the
request.","@l":"Error","@x":"Umbraco.Cms.Core.Exceptions.BootFailedException:
Boot failed: Umbraco cannot run. See Umbraco's log file for more
details.\r\n at
Umbraco.Cms.Core.Exceptions.BootFailedException.Rethrow(BootFailedException
bootFailedException)\r\n at
Umbraco.Cms.Web.Common.Middleware.BootFailedMiddleware.InvokeAsync(HttpContext
context, RequestDelegate next)\r\n at
Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.InterfaceMiddlewareBinder.<>cDisplayClass20.<0>d.MoveNext()\r\n---
End of stack trace from previous location ---\r\n at
SixLabors.ImageSharp.Web.Middleware.ImageSharpMiddleware.Invoke(HttpContext
httpContext, Boolean retry)\r\n at
Umbraco.Cms.Api.Management.Middleware.BackOfficeAuthorizationInitializationMiddleware.InvokeAsync(HttpContext
context, RequestDelegate next)\r\n at
Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.InterfaceMiddlewareBinder.<>cDisplayClass20.<0>d.MoveNext()\r\n---
End of stack trace from previous location ---\r\n at
Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddlewareImpl.Invoke(HttpContext
context)","@tr":"23aba20fd36826202d19d312583a8068","@sp":"da5521340b93adbe","EventId":{"Id":1,"Name":"UnhandledException"},"SourceContext":"Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware","RequestId":"40000056-0005-fa00-b63f-84710c7967bb","RequestPath":"/","ProcessId":18980,"ProcessName":"iisexpress","ThreadId":7,"ApplicationId":"a2f38578ac74f34f2589ae540dbfe4f60f362a23","MachineName":"REDACTED","Log4NetLevel":"ERROR"}
I remembered I had a similar issue with a previous version. The solution then as it was this time...to remove the connection string provider and select "none" from the database type. You can select those options on the first run of the app.
Umbraco 14.1.1 Clean Install Fail
Spinning up a new v14.1.1 failed.
The first error I got was that wwwroot/media didn't exist. So, I manually added that directory and ran the site again, and now I'm getting Boot Failed error:
I remembered I had a similar issue with a previous version. The solution then as it was this time...to remove the connection string provider and select "none" from the database type. You can select those options on the first run of the app.
is working on a reply...