opened 03:15PM - 17 Jan 26 UTC
# Description
incus-ui breaks when selecting an image to use when creating a in… stance..
I am expecting a list of images to show up
# Metadata
UI Version: 0.19
Path: https://5.0.0.5:8443/ui/project/dofang/instances
Cannot read properties of undefined (reading 'toLocaleLowerCase')
Stack trace
TypeError: Cannot read properties of undefined (reading 'toLocaleLowerCase')
at T (https://5.0.0.5:8443/ui/assets/images-B0xRzfY5.js:1:631)
at Array.map (<anonymous>)
at zt (https://5.0.0.5:8443/ui/assets/CreateInstance-BJeFG3G1.js:1:4140)
at Om (https://5.0.0.5:8443/ui/assets/index-CqJ4m5Ti.js:49:43028)
at Im (https://5.0.0.5:8443/ui/assets/index-CqJ4m5Ti.js:49:64194)
at qS (https://5.0.0.5:8443/ui/assets/index-CqJ4m5Ti.js:49:75008)
at pw (https://5.0.0.5:8443/ui/assets/index-CqJ4m5Ti.js:49:116849)
at yN (https://5.0.0.5:8443/ui/assets/index-CqJ4m5Ti.js:49:115923)
at wv (https://5.0.0.5:8443/ui/assets/index-CqJ4m5Ti.js:49:115753)
at ow (https://5.0.0.5:8443/ui/assets/index-CqJ4m5Ti.js:49:112807)
So i get this weird error as of the last update when i use the incus ui instance page.. the moment i click on the browse images button i get this odd error, like the one i pasted in the link above.
Has anyone ever encountered this? I couldnt find a similair issue, so im hoping i can find the answer here.
The issue seems to be the same on mobile and laptop…
presztak
(Piotr Resztak)
January 22, 2026, 2:13pm
3
Yes, in the code there is an assumption that the image properties always include a description field, which is not always true. I’ll prepare a fix.
Thank you for that, i greatly appreciate it