Timeline is empty

I'm sorry, I'm not even sure if it's setup or usage. In the attached image, you can see that my timeline is empty in the web interface. I'm not sure why. On Android phones, everything works as expected. compose: https://pastebin.com/uT8n4zBM config:
UPLOAD_LOCATION=/mnt/HC_Volume_103062730/immich_library
IMMICH_VERSION=release
DB_PASSWORD=password here
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
DB_DATA_LOCATION=./postgres
REDIS_HOSTNAME=immich_redis
UPLOAD_LOCATION=/mnt/HC_Volume_103062730/immich_library
IMMICH_VERSION=release
DB_PASSWORD=password here
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
DB_DATA_LOCATION=./postgres
REDIS_HOSTNAME=immich_redis
logs: https://pastebin.com/B0EmM0zC
Pastebin
name: immichservices: immich-server: container_name: immich_ser...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Pastebin
immich_server | Initializing Immich v2.2.3immich_server | Detecte...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
2 Replies
Immich
Immich6d ago
This thread has been closed. To re-open, use the button below.
asm0dey
asm0deyOP6d ago
FTFR: the issue was is CSP. The settings I had to add in nginx:
Content-Security-Policy: script-src 'self' 'wasm-unsafe-eval' 'unsafe-inline'; ...other directives...
Content-Security-Policy: script-src 'self' 'wasm-unsafe-eval' 'unsafe-inline'; ...other directives...

Did you find this page helpful?