Had some issues after moving the config files around on the host, resolved it and got it up and running again. Whilst I was at it, I decided to also do the migration to
/data
/data
, which ultimately has ended in all files being inaccessible to the server container.
All content seems to give the following log:
Error: ENOENT: no such file or directory, access '/data/upload/thumbs/78a28055-ebca-4837-896f-bbe5e89bf1d6/df/97/df975c7f-5301-455b-8f72-5999973ab74c-thumbnail.webp'
Error: ENOENT: no such file or directory, access '/data/upload/thumbs/78a28055-ebca-4837-896f-bbe5e89bf1d6/df/97/df975c7f-5301-455b-8f72-5999973ab74c-thumbnail.webp'
Not entirely sure why its trying to fetch the thumbs from
/data/upload/thumbs
/data/upload/thumbs
when it should be searching
/data/thumbs
/data/thumbs
(iirc).
Also, clicking on the images also does not show the image. It brings up the
Error loading image
Error loading image
screen.
Not sure if I missed something in the migration but hopefully someone can help.