diff --git a/src/Umbraco.Web.UI/umbraco/UmbracoInstall/Index.cshtml b/src/Umbraco.Web.UI/umbraco/UmbracoInstall/Index.cshtml index 31d27dbf7d..68049c6c91 100644 --- a/src/Umbraco.Web.UI/umbraco/UmbracoInstall/Index.cshtml +++ b/src/Umbraco.Web.UI/umbraco/UmbracoInstall/Index.cshtml @@ -1,64 +1,80 @@ -@using Microsoft.Extensions.Options; -@using Umbraco.Cms.Core -@using Umbraco.Cms.Core.Configuration -@using Umbraco.Cms.Core.Configuration.Models -@using Umbraco.Cms.Core.Hosting -@using Umbraco.Cms.Core.WebAssets -@using Umbraco.Cms.Infrastructure.WebAssets -@using Umbraco.Cms.Web.BackOffice.Controllers -@using Umbraco.Cms.Web.BackOffice.Security @using Umbraco.Extensions -@inject BackOfficeServerVariables backOfficeServerVariables -@inject IUmbracoVersion umbracoVersion -@inject IHostingEnvironment hostingEnvironment -@inject IOptions globalSettings -@inject IBackOfficeExternalLoginProviders externalLogins -@inject IRuntimeMinifier runtimeMinifier - @{ - var backOfficePath = globalSettings.Value.GetBackOfficePath(hostingEnvironment); + Layout = null; } - - - + - + - Umbraco - - @Html.Raw(await runtimeMinifier.RenderCssHereAsync(BackOfficeWebAssets.UmbracoUpgradeCssBundleName)) - - @*Because we're lazy loading angular js, the embedded cloak style will not be loaded initially, but we need it*@ - - + Install Umbraco + + - - + - + - @{ - var externalLoginUrl = Url.Action("ExternalLogin", "BackOffice", new - { - area = ViewData.GetUmbracoPath(), - //Custom redirect URL since we don't want to just redirect to the back office since this is for authing upgrades - redirectUrl = Url.Action("AuthorizeUpgrade", "BackOffice") - }); - } + + - @await Html.BareMinimumServerVariablesScriptAsync(backOfficeServerVariables) +
- @*And finally we can load in our angular app*@ - - +
+
+
+

A server error occurred

+

This is most likely due to an error during application startup

+ +
+
+
+
+
+
+ + +
+

Did you know

+

+
+ +

{{installer.feedback}}

+ + + + + +