Open crtvrmn opened 1 week ago
That is not supposed to be a breaking change, but is clearly a bug. I will check what is going wrong.
Unfortunately I am quite busy, so that will have to wait a tiny bit.
I can confirm that I have the same issue with 6.0.1 Whenever I am trying to access a password protected album, I receive a 403 error even without beeing asked for a password.
Pre-Update you got a link and anon could access the picture folder with the password. After the update the password prompt does not show up, but a 403 Error. If i remove the password from the picture folder, its accessible.
error remains, even after updating to 6.0.1 (debug info is 20 minutes dated)
with password protection
172.20.0.1 - - [05/Nov/2024:09:30:02 +0000] "GET /gallery/X5EGAVTLZloefQwOOho5AfRf HTTP/1.1" 403 719 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "redacted"
without password protection172.20.0.1 - - [05/Nov/2024:10:16:14 +0000] "GET /api/v2/Album?album_id=X5EGAVTLZloefQwOOho5AfRf HTTP/1.1" 200 31162 "-" "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/26.0 Chrome/122.0.0.0 Mobile Safari/537.36" "redacted"
debug info from 6.0.0
from my docker compose
lychee: image: lycheeorg/lychee
any tips are appreciated, i guess i missed some 'breaking changes'