LibrePhotos / librephotos

A self-hosted open source photo management service. This is the repository of the backend.
MIT License
6.87k stars 298 forks source link

Buttons in library are grayed out #1340

Closed WASDetchan closed 2 months ago

WASDetchan commented 2 months ago

🐛 Bug Report

📝 Description of issue:

On fresh installation buttons in the "Library" (including Scan Library) are grayed out. The "Rescan" button works. Rescan is able to find all my photos.

🔁 How can we reproduce it:

Install librephotos via docker compose (docker-compose-v2) on local machine with Ubuntu 24.04 LTS using this guide. Go to http://localhost:3000/library. Almost all the buttons are grayed out and are not clickable image.

The same issue is present with a fresh installation via docker-compose on Ubuntu 20.04 LTS.

An archive with logs, console output during reinstallation process, configuration files and videos demonstrating the problem: issue.zip.

Similar issues:

1269 has similar error messages, no answers

https://www.reddit.com/r/librephotos/comments/sit3jz/help_configuring_and_starting/ Similar symptoms, but I can't understand what "myPhotos" is. And there are no answers.

Please provide additional information:

derneuere commented 2 months ago

There is probably a long-running job that seems to be running in the admin dashboard. If it is actually finished, because it crashed or is stuck, then just remove it from the list, and then you can start another one

WASDetchan commented 2 months ago

Thank you!