{#if $location.path[0] === workbenchId || $location.path[0] === workbench.component.WorkbenchApp} {#key $location.path[1]} {#await connect(getMetadata(workbench.metadata.PlatformTitle) ?? 'Platform')} {:then client} {#if !client && versionError}

Server is under maintenance.

{versionError}
{:else if client} {/if} {:catch error}
{error} -- {error.stack}
{/await} {/key} {/if}