I received notification to upgrade to the latest version of Cyberpanel in the version management section. I ran the upgrade script as sudo su - -c
Everything seemed to upgrade correctly but after logging back in I can see the new info cards / live graphs aren’t functioning correctly. They are showing {$totalSites$}, {$totalWPSites$}, {$totalDSs$}, and {$totalEmails$}. The area showing Traffic, Disk IO and CPU usage is blank. No info is shown.
How can this be fixed?
Well it showing fine for my server Ubuntu 22.04, but now gone the total hdd usage, ram usage. Plus it does not display well responsively.
I think i will revert it to old dashboard or modify it to make it more useful and make it responsive
Same here.
Dashboard has gone, all other options works
Weirdly, today, the dashboard is now working and all the expected info is displaying. Nothing has been changed, no settings adjusted. It’s not clear why it has started to work…
Anything changed? restarted? I just updated and have same issue.
Thank you.
Same issue here in 2 of my VPS, … one with Almalinux 8 and the other with Almalinux 9.
Tried upgrade with: sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh)
But get:
Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-l5jh535v/pynacl/
above command failed…
It seems as though your CyberPanel upgrade has completed, but the dashboard is not rendering dynamic data due to a caching or templating parsing issue. This is typically known to happen when the frontend files haven’t properly sycned up with an updated back-end. The most natural way to fix this issue is to clear your browser cache and try a refresh of the page. If that does not fix the issue, run cyberpanel upgrade reinstall in order to ensure that all files have been replaced correctly. Also, verify to see if there are any pending system updates and restart lscpd and gunicorn services to refresh the dashboard back-end.
Clearing the browser cache fixed for us. Thank you!