Error while loading photos

Hello, usually ente works well on my server, but I got this message when trying to use it and see photos from the web :
Uncaught TypeError: Cannot read properties of undefined (reading 'fileID')
at ts.<anonymous> (5686-2acc16694153d4a4.js:1:82146)
at 5f0dabc1-e4ccd93447d4bed0.js:1:35867
at Array.forEach (<anonymous>)
at ts.dispatch (5f0dabc1-e4ccd93447d4bed0.js:1:35853)
at j.append (5f0dabc1-e4ccd93447d4bed0.js:1:41067)
at P.appendHeavy (5f0dabc1-e4ccd93447d4bed0.js:1:5474)
at 5f0dabc1-e4ccd93447d4bed0.js:1:55009
at Array.forEach (<anonymous>)
at ts.appendHeavy (5f0dabc1-e4ccd93447d4bed0.js:1:54970)
at ts.<anonymous> (5f0dabc1-e4ccd93447d4bed0.js:1:54436)
Uncaught TypeError: Cannot read properties of undefined (reading 'fileID')
at ts.<anonymous> (5686-2acc16694153d4a4.js:1:82146)
at 5f0dabc1-e4ccd93447d4bed0.js:1:35867
at Array.forEach (<anonymous>)
at ts.dispatch (5f0dabc1-e4ccd93447d4bed0.js:1:35853)
at j.append (5f0dabc1-e4ccd93447d4bed0.js:1:41067)
at P.appendHeavy (5f0dabc1-e4ccd93447d4bed0.js:1:5474)
at 5f0dabc1-e4ccd93447d4bed0.js:1:55009
at Array.forEach (<anonymous>)
at ts.appendHeavy (5f0dabc1-e4ccd93447d4bed0.js:1:54970)
at ts.<anonymous> (5f0dabc1-e4ccd93447d4bed0.js:1:54436)
No description
4 Replies
Ducky
Ducky3mo ago
I'm sorry, I couldn't find the answer in the documentation. -# If your issue is resolved, feel free to use the /solved command to close this thread. If you'd like to ask me another question use /docsearch
Zaitara
ZaitaraOP3mo ago
Here is the exact line
No description
O'Neill
O'Neill3mo ago
Did you try it in different browsers and on different devices? Do you get the same result everywhere?
Zaitara
ZaitaraOP3mo ago
That was a small issue that spawned on my browser, I cannot reproduce unfortunately, but the code should take into account that the v() function can return a nullable object Such as with a ?. instead of .

Did you find this page helpful?