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
Alex Tran
Alex Tran•2y ago
so no thumbnails are generated at all?
abbhishek_chakra
abbhishek_chakraOP•2y ago
All I see is as in the screenshots
No description
No description
Alex Tran
Alex Tran•2y ago
so somethings must not be working correctly is your microservices start up ok? do you have a log?
abbhishek_chakra
abbhishek_chakraOP•2y ago
yes
Alex Tran
Alex Tran•2y ago
Can you please share it?
abbhishek_chakra
abbhishek_chakraOP•2y ago
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]
Alex Tran
Alex Tran•2y ago
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
abbhishek_chakra
abbhishek_chakraOP•2y ago
ohh
Alex Tran
Alex Tran•2y ago
No description
Alex Tran
Alex Tran•2y ago
check these lines
abbhishek_chakra
abbhishek_chakraOP•2y ago
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 🙂
Alex Tran
Alex Tran•2y ago
No problem 🙂 happy to help
abbhishek_chakra
abbhishek_chakraOP•2y ago
@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.
Alex Tran
Alex Tran•2y ago
There is not unfortunately

Did you find this page helpful?