Issue with image upload
I'm setting up a new instance. Using the latest version, v1.67.2. All containers start successfully and the site comes up. But when I either upload an image manually or run the CLI to upload some no thumbnails or images are coming up.
1 thing I notived is none of the jobs get trigerred and just sit in the queue indefinitely.
Also all I see in the logs is below, when I manually try to force run the thumbnails job:
[Nest] 1 - 07/17/2023, 6:15:33 PM DEBUG [JobService] Handling command: queue=thumbnailGeneration,force=true
14 Replies
so no thumbnails are generated at all?
All I see is as in the screenshots


so somethings must not be working correctly
is your microservices start up ok?
do you have a log?
yes
Can you please share it?
immich server logs
[Nest] 1 - 07/17/2023, 6:08:47 PM LOG [RouterExplorer] Mapped {/album/:id, GET} route +0ms
[Nest] 1 - 07/17/2023, 6:08:47 PM LOG [RouterExplorer] Mapped {/album/:id/assets, DELETE} route +1ms
[Nest] 1 - 07/17/2023, 6:08:47 PM LOG [NestApplication] Nest application successfully started +42ms
[Nest] 1 - 07/17/2023, 6:08:47 PM LOG [ImmichServer] Immich Server is listening on 3001 [v1.67.2] [PRODUCTION]
[Nest] 1 - 07/17/2023, 6:15:33 PM DEBUG [JobService] Handling command: queue=thumbnailGeneration,force=true
immich microservices long
[Nest] 1 - 07/17/2023, 12:08:45 PM LOG [RoutesResolver] AlbumController {/album}: +0ms
[Nest] 1 - 07/17/2023, 12:08:45 PM LOG [RouterExplorer] Mapped {/album/:id/assets, PUT} route +0ms
[Nest] 1 - 07/17/2023, 12:08:45 PM LOG [RouterExplorer] Mapped {/album/:id, GET} route +1ms
[Nest] 1 - 07/17/2023, 12:08:45 PM LOG [RouterExplorer] Mapped {/album/:id/assets, DELETE} route +0ms
[Nest] 1 - 07/17/2023, 12:08:45 PM LOG [NestApplication] Nest application successfully started +36ms
[Nest] 1 - 07/17/2023, 12:08:45 PM LOG [ImmichServer] Immich Server is listening on 3001 [v1.67.2] [PRODUCTION]
you have the incorrect start up script, your docker-compose is probably wrong
immich microservices is starting the server image, that is why no job get processed
ohh

check these lines
right, I was trying to edit it to change the command parameter to supprt redis password secret and forgot to change it
that is realllllly fast, thanks a lot 🙂
No problem 🙂 happy to help
@Alex - since I have you here. Is there any way to save the configs done from the UI to env variables or config files. I am in a experimentation mode and am having to start from scratch multiple times. SO being able to save them and reuse after scrapping the data would be helpful.
There is not unfortunately