diff --git a/src/Umbraco.Web.UI.Client/src/apps/app/app.element.ts b/src/Umbraco.Web.UI.Client/src/apps/app/app.element.ts index 0050045e88..b06e0ae9cc 100644 --- a/src/Umbraco.Web.UI.Client/src/apps/app/app.element.ts +++ b/src/Umbraco.Web.UI.Client/src/apps/app/app.element.ts @@ -114,6 +114,10 @@ export class UmbAppElement extends UmbLitElement { // Try to initialise the auth flow and get the runtime status try { + if (this.bypassAuth === false) { + await this.#authFlow.fetchServiceConfiguration(); + } + // Get the current runtime level await this.#setInitStatus();