We have an Umbraco 13 Azure web app installation that failed to boot after repeatedly logging
> 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)
Anyone have spontaneous ideas about the cause? A subsequent app restart worked fine.
And is there a way to see the offending URI?