Skip to content

Images page causes "Site not available" #115

@moon-phoenix42

Description

@moon-phoenix42

if (container_images.includes(images[i].RepoTags[0])) {

Creates a TypeError because a used null cannot be read correctly.
This leads to the browser showing the site as unavailable and letting you login again.

Full Error Message I could get:

TypeError: Cannot read properties of null (reading '0')
at Images (file:///app/controllers/images.js:80:57)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Metadata

Metadata

Labels

Fixed in /devFixed in /dev build for next update.bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions