Essentially the same issue as decaporg/decap-cms#6997.
StaticCMS fails to load any collections and the dev console shows a 404 for https://{giteaDomain}/api/vi/repos/{owner}/{repo}/git/trees/{branch}:{path}
It doesn't look like this endpoint is supported (anymore?). The getTree endpoint takes a commit sha instead: https://{giteaDomain}/api/vi/repos/{owner}/{repo}/git/trees/{sha}.
Essentially the same issue as decaporg/decap-cms#6997.
StaticCMS fails to load any collections and the dev console shows a 404 for
https://{giteaDomain}/api/vi/repos/{owner}/{repo}/git/trees/{branch}:{path}
It doesn't look like this endpoint is supported (anymore?). The getTree endpoint takes a commit sha instead:
https://{giteaDomain}/api/vi/repos/{owner}/{repo}/git/trees/{sha}
.