Hi there! Is this the megathread for troubleshooting with Netlify Large Media?
I have LFS all set up, but I can’t access my file from the site. This is file I’m trying to access:
It returns a JSON 404 object {"code":404,"msg":"File not found"}
as opposed to the usual 404 HTML page.
In my app’s Large Media tab, it’s showing this file (and three others — all of which don’t work).
I can also share my repository, which is open. You can see the three files here, checked in with Git LFS: vision2020/public/media/attract at main · BadIdeaFactory/vision2020 · GitHub
And this is the output when I run lm:info
:
➜ vision2020 git:(master) netlify lm:info
✔ Checking Git version [2.24.0]
✔ Checking Git LFS version [2.8.0]
✔ Checking Git LFS filters
✔ Checking Netlify's Git Credentials version [0.1.8]
Everything seems to be working! But the fact that I still can’t access these files must mean there’s something I’m not understanding about the way Large Media works.
If it makes any difference, I’m using Next.js as my build process. I do not need access to the files during the build. I only need them to be hosted, so that my site’s front end can access those files.
Thanks!