System Info shows no Apps
-
-
@girish yes, all services are green, and apps shows graphs.
FF browser console has no errors but does have some warnings, as there are two source map errors with status 404.
Source Map URL: angular-cookies.min.js.map Source Map URL: showdown.min.js.map
-
@robi those can be ignored and would only be for debugging purpose.
Do you have any special setup with regards to the app directories? Like are they on some external disk/mount point? Also can you see the payload of the GET to
/api/v1/cloudron/disks
? This will happen once you open the system info page in your dashboard. -
To update everyone here, the root cause is, that the disk where the apps are located is not an ext4 filesystem but in this case xfs. The code currently filters out all unsupported disk types for the graph and officially we only support ext4 for this.
I have to discuss what we want to do about this, for a start I assume the getting stats is not really what should fail here I assume.