You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
Yes
The bug
"Invite Album Template" and "Update Album Template" don't work at all, or not triggered by the app. However the "Welcome email template" works fine, so the invited person gets the invitation email.
The OS that Immich Server is running on
Kicksecure 17.2.8.5
Version of Immich Server
1.131.3
Version of Immich Mobile App
1.131.3 build.201
Platform with the issue
Server
Web
Mobile
Your docker-compose.yml content
## WARNING: To install Immich, follow our guide: https://immich.app/docs/install/docker-compose## Make sure to use the docker-compose.yml of the current release:## https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml## The compose file on main may not be compatible with the latest release.name: immichservices:
immich-server:
container_name: immich_serverimage: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload/upload
- ${ENCODED_VIDEO_LOCATION}:/usr/src/app/upload/encoded-video
- ${THUMBS_LOCATION}:/usr/src/app/upload/thumbs
- ${PROFILE_LOCATION}:/usr/src/app/upload/profile
- ${BACKUPS_LOCATION}:/usr/src/app/upload/backups
- ${LIBRARY_LOCATION}:/usr/src/app/upload/library
- /etc/localtime:/etc/localtime:roenv_file:
- stack.envenvironment:
- IMMICH_WEB_URL=https://my.url.comports:
- '2283:2283'depends_on:
- redis
- databaserestart: alwayshealthcheck:
disable: falsenetworks:
- scoobydooimmich-machine-learning:
container_name: immich_machine_learningimage: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}volumes:
- model-cache:/cacheenv_file:
- stack.envrestart: alwayshealthcheck:
disable: falsenetworks:
- scoobydooredis:
container_name: immich_redisimage: docker.io/redis:6.2-alpine@sha256:148bb5411c184abd288d9aaed139c98123eeb8824c5d3fce03cf721db58066d8healthcheck:
test: redis-cli ping || exit 1restart: alwaysnetworks:
- scoobydoodatabase:
container_name: immich_postgresimage: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:739cdd626151ff1f796dc95a6591b55a714f341c737e27f045019ceabf8e8c52environment:
POSTGRES_PASSWORD: ${DB_PASSWORD}POSTGRES_USER: ${DB_USERNAME}POSTGRES_DB: ${DB_DATABASE_NAME}POSTGRES_INITDB_ARGS: '--data-checksums'volumes:
- ${DB_DATA_LOCATION}:/var/lib/postgresql/datahealthcheck:
test: >- pg_isready --dbname="$${POSTGRES_DB}" --username="$${POSTGRES_USER}" || exit 1; Chksum="$$(psql --dbname="$${POSTGRES_DB}" --username="$${POSTGRES_USER}" --tuples-only --no-align --command='SELECT COALESCE(SUM(checksum_failures), 0) FROM pg_stat_database')"; echo "checksum failure count is $$Chksum"; [ "$$Chksum" = '0' ] || exit 1interval: 5mstart_period: 5mcommand: >- postgres -c shared_preload_libraries=vectors.so -c 'search_path="$$user", public, vectors' -c logging_collector=on -c max_wal_size=2GB -c shared_buffers=512MB -c wal_compression=onrestart: alwaysnetworks:
- scoobydoovolumes:
model-cache:
networks:
scoobydoo:
external: true
Yes, but these are in hungarian, but should be OK for testing:
Welcome email template (it works fine):
Kedves <b>{displayName}!</b><br><br>
Egy új felhasználói fiókot hoztam létre neked:<br><br>
Email cím: <b>{username} </b><br>
Jelszó: <b> {password} </b><br><br>
A jelszavadat az első belépéskor kötelezően meg kell változtatnod, a rendszer segíteni fog ebben!<br><br>
Megjegyzés: Immich applikáció beszerzése és használata a lenti logók valamelyikét választva lehetséges.
Invite Album Template (the user does not receive an automatic email when I share the album with them for the first time):
Kedves <b>{recipientName}!</b><br><br>
{senderName} megosztotta veled a következő albumot:<br><b>{albumName}</b><br><br>
Az album elérhető az Immich applikáció Albumok részében.<br>
Update Album Template (the user does not receive an automatic email when a new photo or video is added to the album, even though the album is already shared with them):
Kedves <b>{recipientName}!</b><br><br>
Új tartalmat töltöttek fel ebbe az albumba:<br>
<b>{albumName}</b><br><br>
Az album elérhető az Immich applikáció Albumok részében.<br>
I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
The bug
"Invite Album Template" and "Update Album Template" don't work at all, or not triggered by the app. However the "Welcome email template" works fine, so the invited person gets the invitation email.
The OS that Immich Server is running on
Kicksecure 17.2.8.5
Version of Immich Server
1.131.3
Version of Immich Mobile App
1.131.3 build.201
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: