Also note - when run a rebuild i get the following...
[WARNING] XO 6 web UI (@xen-orchestra/web/dist) was not built — browser will use XO 5 UI at /v5.
[WARNING] This may be caused by unmet peer dependencies (pinia 3.x, vue-router 5.x).
[WARNING] Access your XO instance at: https://<host>/v5 until the upstream issue is resolved.
The rebuild completed successfully. A few things to note from the output:
Build successful: All 35 packages built in ~48 seconds
XO 6 UI warning: @xen-orchestra/web was not built due to unmet peer dependencies (pinia ^3.0.1, vue@~3.5.13, vue-router
^5.0.0, vue-i18n ^11.1.2). The browser will use XO 5 at /v5 until upstream resolves this.
Service running: HTTPS on port 443, tokens preserved, settings unchanged.
The XO 6 UI issue is an upstream dependency mismatch in the master branch — nothing broken on your end. If you need XO 6,
you'd need to wait for the upstream repo to update those peer deps or pin to a commit where they were satisfied.