An unhandled exception has occurred while executing the request.
I'm continuously encountering the following error in the logs and am unsure of its cause. Recently, I upgraded Umbraco from version 10 to 13, and since then, this error has persisted. However, it doesn't appear to affect any user interface features so far. Anyone you have any idea what might be causing this error and how to fix it? I am currently using Umbraco 13.3.2.
System.UriFormatException: Invalid URI: The hostname could not be parsed.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions)
at Umbraco.Cms.Web.Common.Middleware.UmbracoRequestMiddleware.GetApplicationUrlFromCurrentRequest(HttpRequest request)
at Umbraco.Cms.Web.Common.Middleware.UmbracoRequestMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.InterfaceMiddlewareBinder.<>c__DisplayClass2_0.<<CreateMiddleware>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at Umbraco.Cms.Web.Common.Middleware.PreviewAuthenticationMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.InterfaceMiddlewareBinder.<>c__DisplayClass2_0.<<CreateMiddleware>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at Umbraco.Cms.Web.Common.Middleware.UmbracoRequestLoggingMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.InterfaceMiddlewareBinder.<>c__DisplayClass2_0.<<CreateMiddleware>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at SixLabors.ImageSharp.Web.Middleware.ImageSharpMiddleware.Invoke(HttpContext httpContext, Boolean retry)
at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddlewareImpl.Invoke(HttpContext context)
An unhandled exception has occurred while executing the request.
I'm continuously encountering the following error in the logs and am unsure of its cause. Recently, I upgraded Umbraco from version 10 to 13, and since then, this error has persisted. However, it doesn't appear to affect any user interface features so far. Anyone you have any idea what might be causing this error and how to fix it? I am currently using Umbraco 13.3.2.
is working on a reply...