-
-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
Fixed in /devFixed in /dev build for next update.Fixed in /dev build for next update.bugSomething isn't workingSomething isn't working
Description
Line 80 in 7d0bbc2
| 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
Assignees
Labels
Fixed in /devFixed in /dev build for next update.Fixed in /dev build for next update.bugSomething isn't workingSomething isn't working