Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image tab unavailable #85

Closed
zarevskaya opened this issue Jun 17, 2024 · 2 comments
Closed

Image tab unavailable #85

zarevskaya opened this issue Jun 17, 2024 · 2 comments
Labels

Comments

@zarevskaya
Copy link

zarevskaya commented Jun 17, 2024

Hello,

When I click on the Image tab, it says page not found.

`DB Connection: ✔
Synced Models: ✔
Listening on http://localhost:8000
file:///app/controllers/images.js:80
if (container_images.includes(images[i].RepoTags[0])) {
^

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)

Node.js v22.2.0
DB Connection: ✔
Synced Models: ✔
Listening on http://localhost:8000
file:///app/controllers/images.js:80
if (container_images.includes(images[i].RepoTags[0])) {
^

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)

Node.js v22.2.0
DB Connection: ✔
Synced Models: ✔
Listening on http://localhost:8000`

Any hint? Thanks!

@lllllllillllllillll
Copy link
Owner

Try with lllllllillllllillll/dweebui:v0.70-dev instead.

Added try block for images without RepoTags: da9692b

@zarevskaya
Copy link
Author

Thanks, that work fine ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants