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
REDIS_HOSTNAME: '{{ printf "%s-redis-master" .Release.Name }}'
DB_HOSTNAME: "{{ .Release.Name }}-postgresql"
DB_USERNAME: "{{ .Values.postgresql.global.postgresql.auth.username }}"
DB_DATABASE_NAME: "{{ .Values.postgresql.global.postgresql.auth.database }}"# -- You should provide your own secret outside of this helm-chart and use `postgresql.global.postgresql.auth.existingSecret` to provide credentials to the postgresql instance
DB_PASSWORD: "{{ .Values.postgresql.global.postgresql.auth.password }}"
IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'
TZ: "Poland"
Reproduction steps
Take selfie with live fotos
Open app to backup it
App finish backup
Only video from live photo is saved, photo was't uploaded
Relevant log output
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
I have example which i can share, it's not photo from front camera, but from rear... it's live photo, where video are uplouded but photo not, even when i press a button to "manually" upload this photo, nothing happen.
I have the same problem, with my live photos from regular camera - iphone it only uploads the video but not the photo. citing it as a duplicate, so they don't act like live photos, but very very short videos
The bug
Almost all photos take by front camera (live photos) was't correctly uploded,
Mobile app upload video, by image wasn't uploaded.
The OS that Immich Server is running on
helm
Version of Immich Server
v1.114.0
Version of Immich Mobile App
v1.114.0
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: