Media assets widget unable to find assets

Hello,

I have trouble with displaying my assets in the assets manager tab.

image

I have a Vuepress + NetlifyCMS repo on my company self-hosted Gitlab instance.
I deploy with gitlab CI on firebase and use git LFS for the assets.

config.yml:
media_folder: “/website/.vuepress/public/img”
public_folder: “img”

Here is my relevant project structure
image

And here is my relevant build output
image

Hi @skafendre and welcome!
The CMS doesn’t support LFS with GitLab at the moment.
LFS support is available when using Large Media on Netlify with a git-gateway backend, or when using a Bitbucket backend (contributed by the community).
You can either submit a feature request or even take a look at the recent Bitbucket contribution Add Git-LFS support to the Bitbucket backend by erezrokah · Pull Request #3118 · netlify/netlify-cms · GitHub if you’d like to contribute yourself.

Ah ok, thanks for the information !

I have opened the following feature request: Add Git-LFS support to the GitLab backend · Issue #3704 · netlify/netlify-cms · GitHub
I’m afraid I won’t be able to contribute on this myself.

1 Like