Map not displaying in Immich
-
Hi,
After one of the recent updates of Immich, I noticed that the map is no longer displaying in the application. Everything seems to be properly enabled in the settings, but the map does not show up anywhere.
Has anyone experienced a similar issue or found a solution? Is there any additional configuration required (such as an API key for maps), or did I miss something during the update?
Thanks for any help!
-
Just checked and the map shows fine in my personal and also in a newly installed instance.
Do you see any errors in your browser console or failing/blocked requests?
@nebulon Thank you for your response!
I have also tried a fresh installation, but I still cannot see the map. When I click on the map section, I only see a black screen.
In addition, I have the same issue with albums. In the web application, I can only see three albums, while on the mobile app, everything appears correctly.
In the logs, I see the following warnings:eb 21 13:59:04 [Nest] 55 - 02/21/2025, 12:59:04 PM WARN [Api:ServerInfoRepository~nny03ylq] Failed to read /usr/src/app/build-lock.json Feb 21 13:59:05 [Nest] 55 - 02/21/2025, 12:59:05 PM LOG [Api:EventRepository] Websocket Connect: CPs-qtzCVeSNE6wfAAAn Feb 21 13:59:05 [Nest] 55 - 02/21/2025, 12:59:05 PM WARN [Api:ServerInfoRepository~3xkn0m6k] Failed to read /usr/src/app/build-lock.json Feb 21 13:59:05 [Nest] 55 - 02/21/2025, 12:59:05 PM WARN [Api:ServerInfoRepository~e2iale1k] Failed to read /usr/src/app/build-lock.json Feb 21 14:00:52 [Nest] 55 - 02/21/2025, 1:00:52 PM LOG [Api:EventRepository] Websocket Disconnect: CPs-qtzCVeSNE6wfAAAn Feb 21 14:00:53 [Nest] 55 - 02/21/2025, 1:00:53 PM LOG [Api:EventRepository] Websocket Disconnect: TPbCeqJQDnM1ZijwAAAl
-
-
Strange indeed, I am also using Firefox. The logs seem to be server side logs, so if this is a browser issue, those probably don't help.
Are there any failures or cancelled requests in your browser inspector and console?
@nebulon I found another error in the browser console that might explain the issue.
When trying to load the map in Firefox, I saw this error:
Uncaught (in promise) Error: {"requestedAttributes":{"alpha":true,"stencil":true,"depth":true,"failIfMajorPerformanceCaveat":false,"preserveDrawingBuffer":false,"antialias":false},"statusMessage":"WebGL is currently disabled.","type":"webglcontextcreationerror","message":"Failed to initialize WebGL"}
The problem was that WebGL was disabled in Firefox. After enabling webgl.disabled = false in about:config, the map in Immich started displaying correctly.
Such a small thing, yet so much work!
If anyone else has the same issue, make sure to check WebGL settings in about:config!
So the issue is resolved! Thanks everyone for the help!
-
N nebulon marked this topic as a question
-
N nebulon has marked this topic as solved