<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Some dashboard loading issues with v6]]></title><description><![CDATA[<p dir="auto">Just noticed my V6 dashboard for the XO appliance does not load...  Commit - d810e</p>
<p dir="auto"><img src="/forum/assets/uploads/files/1778793793035-screenshot_20260514_172209-resized.png" alt="Screenshot_20260514_172209.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Reboot xo and the dashboard may load or after a few refreshes it will load or partially load.</p>
<p dir="auto"><img src="/forum/assets/uploads/files/1778794189994-screenshot_20260514_172919-resized.png" alt="Screenshot_20260514_172919.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Pool Dashboard loads...</p>
<p dir="auto"><img src="/forum/assets/uploads/files/1778793842609-screenshot_20260514_172342.png" alt="Screenshot_20260514_172342.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/forum/assets/uploads/files/1778794433895-screenshot_20260514_173222-resized.png" alt="Screenshot_20260514_173222.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/forum/assets/uploads/files/1778794439290-screenshot_20260514_173236-resized.png" alt="Screenshot_20260514_173236.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">After some trouble shooting with my script and AI this is what we think to be the issue...</p>
<pre><code>After pulling master (at 8c00ccef / d810ea0c), @xen-orchestra/web/dist is empty after a fresh build. Turbo reports all 33 tasks successful, but the browser gets text/html for every JS chunk under /assets/ because xo-server serves / from an empty directory.

Yarn warns about unmet peer deps for @xen-orchestra/web-core@0.52.0:

pinia@^3.0.1
vue@~3.5.13
vue-router@^5.0.0
vue-i18n@^11.1.2
These appear to not be resolved correctly, likely causing Vite to produce no output while still exiting 0. The old UI is accessible at /v5.

Environment: Node 24.15.0, yarn 1.22.22, turbo 2.9.12, built from fresh clone.
</code></pre>
<p dir="auto">Another issue found</p>
<pre><code>After a token flush (or after any update where session tokens are cleared), xo-server logs:


TypeError: Cannot destructure property 'client' of 'token' as it is undefined.
    at Tokens._unserialize (packages/xo-server/src/models/token.mjs:16:13)
    at packages/xo-server/src/collection/redis.mjs:194:48
Root cause: collection/redis.mjs iterates xo:token:* keys but does not filter out the xo:token::indexes key, which is a Redis HASH (not a STRING). Calling GET on a hash-type key returns a WRONGTYPE error; the code receives undefined and passes it to _unserialize, which destructures it and crashes. The fix would be to skip keys containing :: when iterating token records, since those are collection index metadata, not auth token entries.
</code></pre>
]]></description><link>https://xcp-ng.org/forum/topic/12218/some-dashboard-loading-issues-with-v6</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 01:38:55 GMT</lastBuildDate><atom:link href="https://xcp-ng.org/forum/topic/12218.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 14 May 2026 23:35:45 GMT</pubDate><ttl>60</ttl></channel></rss>