[BUG] New version available show even on first run #258

Closed
opened 2026-02-04 19:08:54 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @nebulade on GitHub (Sep 7, 2022).

Describe the bug
On a fresh installation of immich (in this case through the Cloudron package) opening the initial setup flow in the browser will show a dialog mentioning, that there is a new version available. This is triggered as there is no "local" version set in the localStorage yet: 1ba998aa68/web/src/lib/utils/check-app-version.ts (L22)

Not sure why that case is handled the way it is, but it seems that if the local version is empty it should not show the dialog in the first place?

Originally created by @nebulade on GitHub (Sep 7, 2022). **Describe the bug** On a fresh installation of immich (in this case through the Cloudron package) opening the initial setup flow in the browser will show a dialog mentioning, that there is a new version available. This is triggered as there is no "local" version set in the `localStorage` yet: https://github.com/immich-app/immich/blob/1ba998aa68ad91aa3951c81fdf3f0570b7e2b704/web/src/lib/utils/check-app-version.ts#L22 Not sure why that case is handled the way it is, but it seems that if the local version is empty it should not show the dialog in the first place?
Author
Owner

@nebulade commented on GitHub (Sep 7, 2022):

Awesome thanks for the super quick fix!

@nebulade commented on GitHub (Sep 7, 2022): Awesome thanks for the super quick fix!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#258