Failed to load assets after upgrade to v1.133.0
Hi, I just upgraded to v1.133.0 with
docker compose pull && docker compose up -d
after making the changes to the docker-compose.yml
file and I have the following error in the UI :
Error : Failed to load assets
and in the web console :
Can someone help ?
Thanks !25 Replies
:wave: Hey @Joseph,
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 :immich:.
References
- Container Logs:
docker compose logs
docs
- Container Status: docker ps -a
docs
- 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...
1. :ballot_box_with_check: verified I'm on the latest release(note that mobile app releases may take some time).
2. :ballot_box_with_check: read applicable release notes.
3. :ballot_box_with_check: reviewed the FAQs for known issues.
4. :ballot_box_with_check: reviewed Github for known issues.
5. :blue_square: tried accessing Immich via local ip (without a custom reverse proxy).
6. :blue_square: uploaded the relevant information (see below).
7. :blue_square: 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 -l
and df -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.try
docker compose down && docker compose up -d
done and clear site data on Firefox + Ctrl+Shift+R + relogin and I have the same issue
maybe it's the nginx proxy doing some caching ?
I'll restart it as well
same error...
I see that I can't downgrade to 1.132.3 ?
I tried downgrading and it didn't work with the migrations, am I the only one to have this issue right now ? 🙏
Could you share your compose to make sure?
Also sometimes it helps to delete the docker images and pull them fresh
alternatively you can wait for 1.133.1 which will be out soon 👀
this is my compose : https://paste.chapril.org/?14b91c89460d203f#8DH4AznvmYVKwBD2afytZAAQ5QXWUAd3B5rikwAjwMoR
I did :
and it doesn't work
PasteChaprilOrg
Encrypted note on PasteChaprilOrg
Visit this link to see the note. Giving the URL to anyone allows them to access the note, too.
thanks for your answer, will this be out today ?
I'm going off of https://github.com/immich-app/immich/issues/18431#issuecomment-2900715763 so it should be soon, but it might be the DB container specifically
any error in the logs?
You deleted the previous image btw, not the current
I deleted the
release
one too 😉
in the server logs ?ah yes, blind old me
no errors on the server side
seems like it's a front-end issue only
I can see the pictures in the slideshow but not in grid view
humm, could you try another browser or incognito window ?
That's the database container specifically, however we will probably have a patch release of Immich itself today anyway
mmh it works on my phone but not in a private window on my computer
I did Ctrl+Shift+R and removed website data but how can I do more ?
humm. weird. can you try opening directly the IP skipping the proxy ?
with the IP directly it doesn't work too
I have the same issues with old Browsers. Bromite 108.0.5359.156 and Firefox 115.23.1esr
I don't understand why there's a bug at this line : https://github.com/immich-app/immich/blob/bc8e08f5e89f533cee2218759f09d8a574f3c5df/web/src/lib/stores/assets-store.svelte.ts#L277
if
changedDateGroups
is a Set then why isn't difference
a function ?aah it's my Firefox version, I'm on Firefox 115.13
but the compatibility of Set.difference : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/difference#browser_compatibility
MDN Web Docs
Set.prototype.difference() - JavaScript | MDN
The difference() method of Set instances takes a set and returns a new set containing elements in this set but not in the given set.
thanks for the hint !
why are you using such and old version? 115 was released in 2023!, is not safe to use an outdated browser
my bad, I'm running Gentoo and I postponed updates since a long time 🙏
works now on 128.10.1esr thanks again for the help ✅
how can I mark this as resolved ?
This thread has been closed. To re-open, use the button below.