Hi, this is for my Netlify site name dirtystylus-2020
I’ve had Netlify Large Media implemented on my site for ~4 years, today it stopped working with the following error:
batch response: Repository or object not found: https://[SITE ID].netlify.com/.netlify/large-media/objects/batch
Check that it exists and that you have proper access to it
Quick update: to rule out a connection to my recent Eleventy upgrade (v0.12 → v1.0.1) I spun up a branch, rolled back to the last pre-1.01 commit, and attempted to push. Got the same error.
@luke Any other suggestions? I tried to investigate this a different way by cloning my site repo fresh from Github into a new directory, which should leave me in a state from the last successful deploy. I got this error:
Cloning into 'markllobrera-eleventy'...
remote: Enumerating objects: 8558, done.
remote: Counting objects: 100% (2026/2026), done.
remote: Compressing objects: 100% (1284/1284), done.
remote: Total 8558 (delta 785), reused 1920 (delta 702), pack-reused 6532
Receiving objects: 100% (8558/8558), 56.98 MiB | 4.01 MiB/s, done.
Resolving deltas: 100% (3553/3553), done.
Downloading img/mark-portrait-202108.jpg (242 KB)
Error downloading object: img/mark-portrait-202108.jpg (5f6e298): Smudge error: Error downloading img/mark-portrait-202108.jpg (5f6e298852b09bd9fef426b58af78d5cc8e43a596b002e9090da84d43b89d7d5): batch response: Repository or object not found: https://0d44d6dd-bf27-49da-b942-66965a018df9.netlify.com/.netlify/large-media/objects/batch
Check that it exists and that you have proper access to it
Errors logged to '/Users/markllobrera/git-workspace/markllobrera-eleventy/.git/lfs/logs/20240509T095231.056297.log'.
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: img/mark-portrait-202108.jpg: smudge filter lfs failed
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
I then went to check the Large Media file list on Netlify for my site, and that file does exist (created 3 years ago): img/mark-portrait-202108.jpg, with that hash 5f6e298852b09bd9fef426b58af78d5cc8e43a596b002e9090da84d43b89d7d5
This seems to rule out this being related to new files that my repo was trying to track. (Or at least it isn’t strictly related to new media assets Git LFS was trying to track
I’ll eventually migrate to the new Image CDN but would love help seeing if my NLM instance is properly configured and responding properly, because it doesn’t seem to be connected to my git authentication helper
Hi, @dirtystylus. I opened a support ticket for this as I’m going to ask for some details that might not be safe to post publicly. Would you please check for an email from us about support ticket # 255008 and reply to that email to continue troubleshooting privately?
Update: Netlify support continued to follow up via email, and it didn’t appear to be the Git credential helper. Since Netlify Large Media is deprecated I decided to rebuid my site using Eleventy v3 and Netlify’s new Image CDN.