diff --git a/src/Umbraco.Web.UI.Client/src/apps/app/server-connection.ts b/src/Umbraco.Web.UI.Client/src/apps/app/server-connection.ts index 04fbd4372a..c3e744fc13 100644 --- a/src/Umbraco.Web.UI.Client/src/apps/app/server-connection.ts +++ b/src/Umbraco.Web.UI.Client/src/apps/app/server-connection.ts @@ -11,6 +11,8 @@ export class UmbServerConnection { constructor(serverUrl: string) { this.#url = serverUrl; + /* All requests to the server requires the base URL to be set. + We make sure it happens before we get the server status. */ OpenAPI.BASE = this.#url; }