diff --git a/src/modules/domain/domain.ts b/src/modules/domain/domain.ts index 2cb136c3..4762ebdf 100644 --- a/src/modules/domain/domain.ts +++ b/src/modules/domain/domain.ts @@ -136,6 +136,7 @@ export class Domain { Log.debug(Log.types.NETWORK, `Creating a new DomainServer.`); this._domain = new DomainServer(); + this._domain.metaverseServerURL = this.getMetaverseUrl(); this._domain.account.authRequired.connect(() => { console.debug("AUTH REQUIRED: Open login dialog"); applicationStore.dialog.show = true;