Unable to search location in web
While trying to manual add GPS info to some of my uploaded pictures, I notice the location search does not work.
This was added in https://github.com/immich-app/immich/pull/7139 and uses the
I there any special procedure needed to fill this table? I followed the https://immich.app/docs/install/docker-compose/ guide to set everything up.
No backup/restores have been done, and upgrades have been done directly on the stack using
---
Docker-compose: https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml
.env
This was added in https://github.com/immich-app/immich/pull/7139 and uses the
geodata_places table. Executing a select-all query in my postgres database, I can see there are no rows in this table.I there any special procedure needed to fill this table? I followed the https://immich.app/docs/install/docker-compose/ guide to set everything up.
No backup/restores have been done, and upgrades have been done directly on the stack using
docker compose pull && docker compose up -d.---
Docker-compose: https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml
.env
