I am using truenas and just updated to 1.9.12 from 1.9.8 and while trying to use web version no images will load. Thumbnails are blurry and after clicking an image it shows error loading image message. Everything appears to be fine on app version. Not sure if it is because When installed I used old storage configuration and allowed system to create datasets. Need some help here don't want to mess anything up further and risk loosing data.
#Issue loading images on web version
1 messages · Page 1 of 1 (latest)
:wave: Hey @tiny basin,
Thanks for reaching out to us. Please carefully read this message and follow the recommended actions. This will help us be more effective in our support effort and leave more time for building Immich
.
References
- Container Logs:
docker compose logsdocs - Container Status:
docker ps -adocs - Reverse Proxy: https://immich.app/docs/administration/reverse-proxy
- Code Formatting https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline#h_01GY0DAKGXDEHE263BCAYEGFJA
Checklist
I have...
- :ballot_box_with_check: verified I'm on the latest release(note that mobile app releases may take some time).
- :ballot_box_with_check: read applicable release notes.
- :ballot_box_with_check: reviewed the FAQs for known issues.
- :ballot_box_with_check: reviewed Github for known issues.
- :ballot_box_with_check: tried accessing Immich via local ip (without a custom reverse proxy).
- :ballot_box_with_check: uploaded the relevant information (see below).
- :ballot_box_with_check: tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable
(an item can be marked as "complete" by reacting with the appropriate number)
Information
In order to be able to effectively help you, we need you to provide clear information to show what the problem is. The exact details needed vary per case, but here is a list of things to consider:
- Your docker-compose.yml and .env files.
- Logs from all the containers and their status (see above).
- All the troubleshooting steps you've tried so far.
- Any recent changes you've made to Immich or your system.
- Details about your system (both software/OS and hardware).
- Details about your storage (filesystems, type of disks, output of commands like
fdisk -landdf -h). - The version of the Immich server, mobile app, and other relevant pieces.
- Any other information that you think might be relevant.
Please paste files and logs with proper code formatting, and especially avoid blurry screenshots.
Without the right information we can't work out what the problem is. Help us help you ;)
If this ticket can be closed you can use the /close command, and re-open it later if needed.
Successfully submitted, a tag has been added to inform contributors. :white_check_mark:
What do you mean by 1.9.12?
I am having the exact same issue after upgrading to TrueNAS version 1.9.12, corresponding to Immich 1.137.3
I thought maybe some folder structure had changed and started the "Migration (migrate thumbnails for assets and faces to the latest folder structure)" task, and at this point the logs looked like this :
[Nest] 7 - 08/04/2025, 11:04:46 AM WARN [Microservices:ApiKeyService] Unable to complete move. Error renaming file with code ENOENT and message: ENOENT: no such file or directory, rename 'upload/thumbs/75db0dda-8892-4abc-89c4-5d3c0030f663/70/d6/70d6f0a0-507a-49d6-abac-8be97e28dd90.jpeg' -> '/data/thumbs/75db0dda-8892-4abc-89c4-5d3c0030f663/70/d6/70d6f0a0-507a-49d6-abac-8be97e28dd90.jpeg'
[Nest] 7 - 08/04/2025, 11:04:46 AM WARN [Microservices:ApiKeyService] Unable to complete move. Error renaming file with code ENOENT and message: ENOENT: no such file or directory, rename 'upload/thumbs/75db0dda-8892-4abc-89c4-5d3c0030f663/ca/b1/cab1a2e0-e378-48c3-894d-aa8a4d07c078.jpeg' -> '/data/thumbs/75db0dda-8892-4abc-89c4-5d3c0030f663/ca/b1/cab1a2e0-e378-48c3-894d-aa8a4d07c078.jpeg'
[Nest] 7 - 08/04/2025, 11:04:46 AM WARN [Microservices:ApiKeyService] Unable to complete move. Error renaming file with code ENOENT and message: ENOENT: no such file or directory, rename 'upload/thumbs/75db0dda-8892-4abc-89c4-5d3c0030f663/eb/65/eb657591-9c1b-4a62-be91-472662547105.jpeg' -> '/data/thumbs/75db0dda-8892-4abc-89c4-5d3c0030f663/eb/65/eb657591-9c1b-4a62-be91-472662547105.jpeg'
.....
This did fix it! Thanks!! Nota for anyone trying to do this, the "immich-admin change-media-location" command only worked when start from the /usr/src/app current folder, not when started from any other location
I updated the version of the immich app on truenas. 1.9.12 is the application version on truenas side. I need help figuring out why I cant open anything and how to move to new file locations with out loosing any data. Im a total noob and dont understand most of the stuff talked about in the other threads.
Fixing the thumbnails and other stuff:
#1401831000786341951 message
To access it:
#1401229113641009204 message
ANd to move from old config to the new one, you could have a look at
https://pr-19990.preview.immich.app/docs/install/truenas/#migrating-from-old-storage-configuration
let me know if it is understandable or not
I'm just confused because some of them say use upload, thumbs, backups etc. and others say just use data and pgdata folders. I guess I set it up wrong and used dataset created by system when initially setting up the app and that's what's causing most the confusion I just don't know how to transfer from datasets that I don't have access to and I'm not sure what datasets to migrate them to. Its kind of information overload.
The old configuration used multiple datasets
Now everything (except the Postgres) can me inside in a single dataset
You could create a new one and move the content of all the others inside it
The last link I gave should explain that
There is juste one error when moving the video dataset it’s not to video but encoded-video
ok will the rsync command create those datasets inside the new data folder or do I need to make those first?
create ONE dataset where you will rsync your old dataset content to it, in folders
So only make the data and pgdata and it'll do the rest?
Kind of
Don’t you already have a dataset for pgData?
Because if that is the case, for this one you don’t need to move it
no like i said i totally set it up wrong initially. Everything was created by the system
Oooh yeaaah, then it could be harder
Do you have a copy of your stuff (photos/videos)?
It might be easier for you to start fresh
That's what I was thinking. Luckily I still have access to everything on the app side so ill probably just make sure I have all files downloaded on my phone and reinstall on truenas then. Was hoping I could find some way to avoid that but looks like it isn't possible. Never watching a YouTube tutorial for app downloads again now I know always check the official forums.
There are good tutorials
And it is not impossible to move
I just don't have the time now to help you with that