Jobs page is blank
Hi,
I had some uploading issue yesterday when I uploaded about 2GB worth of pics and videos. I uploaded through my domain running on Cloudflare tunnel. Nothing showed up on Immich web portal until today after uploading from the android app . I believe this is cloudflare bandwidth or cache issue. All my pics and videos are still sitting under Upload folder on my hdd, nothing in the monthly folder, but I can see them in the web portal now.
Searching about this issue it was mentioned that manually running thumbnail jobs might fix the issue, but the problem I am having is that I don't see any jobs listed that I can manually run. When I go to Administrator > Jobs, the page is just blank. Tried the Immich demo site and I can see all the jobs fine on the same browser. So I am not sure what issue I am having. I am running the latest v1.67.2 version and tried rebooting my docker stack with no success. Going to the Jobs page also crashes Immich web portal, and I can no longer browse anything until the page is refreshed.
I appreciate any help.
Thanks

25 Replies

Can you post the logs of the server container, your docker-compose.yml, and your .env?
Above is my docker compose and env variables
Is that the log from immich-server or from immich-microservices?
Microservices, I don't see anything unusual on server logs. All green
I do see some odd stuff up so here are the logs
Seems like your redis container is having trouble
Is that running? Does it have any errors in the logs?
Yes running
Hmm, no idea. Maybe some of the others will know once they wake up
Can you screenshot the network request for the http request that has the 500 error?
In the dev console there is a network tab and the request should be red. If you click on that item you should see sub tabs for the headers, body, etc. Seeing the response body would be useful.
Not sure if I am looking at the right place, but I don't see anything like 500 error or body and headers.

I am also not able to create a share link of an Album. Could this also be realted or a new issue? I get the below error when I try to create a share link

The errors might be in the logs of the immich-web container
OK. Can you send the results of this url, assuming you swap out demo.immich.app for your ip/domain.
https://demo.immich.app/api/jobs
This is what I get on my url
Here are the logs from the web container
It looks the immich-web container is throwing some unhandled http errors trying to communicate the the immich-server container. Is there anything non-standard about your setup/deployment?
Hmm, looks like the immich-web container receives this back from the server:
I would think you'd see a matching log in the immich-server for this. Are there no errors in immich-server?
I restarted all my containers to see if errors show when I try to load the jobs page, but nothing showed upm
When there is a new update, do I just need to pull a new image for the server container only?That is all I have been doing so hopefully that is fine.
No, you would need to pull new images for all of the containers
That's pretty likely to be causing your issues here :D
Hmm I'll try that out
I was going to say it is almost as if the web files were out of sync with the API but I wasn't sure how that could be possible lol. Only pulling the server containers would explain that though.
Wooohooo, had some trouble with existing folders, but updating all containers fixed the issue. I can see the jobs and I can also create a share link. Awesome!
Only one problem now though, all my newly uploaded photos are in Upload folder. How do I get them to move to appropriate monthly folder?
There is a storage migration job you can run
Awesome, back in business.
Thank you very much all.