rackslab / Slurm-web

Open source web dashboard for Slurm HPC clusters
https://slurm-web.com
GNU General Public License v3.0
340 stars 97 forks source link

Blank racks graphical represention after some seconds #326

Closed rezib closed 3 months ago

rezib commented 3 months ago

This is the first time of loading, it plots the drawing with the racks (although they are not listed in the table below):

image

Then after some seconds the JS function is pulling again the nodes and refreshes the page with a similar error and goes blank:

image

The content of the page after that is:

<!--
  Copyright (c) 2023-2024 Rackslab

  This file is part of Slurm-web.

  SPDX-License-Identifier: GPL-3.0-or-later
-->
<!DOCTYPE html>
<html class="h-full bg-white">
  <head>
    <meta charset="UTF-8">
    <link rel="icon" href="[/favicon.ico](http://10.56.35.121:5011/favicon.ico)">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Slurm-web</title>
    <script type="module" crossorigin src="[/assets/index-45f37282.js](http://10.56.35.121:5011/assets/index-45f37282.js)"></script>
    <link rel="stylesheet" href="[/assets/index-db70270e.css](http://10.56.35.121:5011/assets/index-db70270e.css)">
  </head>
  <body class="h-full">
    <div id="app"></div>

  </body>
</html>

Originally posted by @parapar in https://github.com/rackslab/Slurm-web/discussions/324#discussioncomment-10198742