You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
@moon-phoenix42 This is fixed in the dev builds. I should have left the other issue (#85) open until it's fixed in the main release.
Fixed in dev image: lllllllillllllillll/dweebui:v0.70-dev
or you could try the "extra-broken" dev build: docker run -d --name=DweebUI -p 8000:8000 -v dweebui:/app/database -v /var/run/docker.sock:/var/run/docker.sock lllllllillllllillll/dweebui:v0.7X-dev
DweebUI/controllers/images.js
Line 80 in 7d0bbc2
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:
The text was updated successfully, but these errors were encountered: