Hi,
I'm struggling to configure oXygen Web Author to access files from
GitLab (on-premise). Everything should be configured properly, I can
autenticate to GitLab from Web Author and can list available
repositories. But once I want to access repository -- i.e. browse it for
files or create new file I'm getting the following error message:
Failed to open repository: https://gitlab.example.com/foo/bar
(I have obfuscated actual URL to repository).
On a closer inspection in Developer tools it seems that Web Author tries
to access:
https://gitlab.example.com/api/v4/projects/foo%2Fbar
GitLab returns 404 for such URL. I have skimmed over GitLab
documentation and it seems that proper URL syntax should be
https://gitlab.example.com/api/v4/projects/$id$
where $id$ is project identifier that can be obtained by accessing
projects metadata at https://gitlab.example.com/api/v4/projects/
I'm not sure if this problem in oXygen Web Author of perhaps using some
older API or whether there is something that I have to change in GitLab
configuration.
Anyone noticed this problem and found solution?
Many thanks in advance,
Jirka
_______________________________________________
oXygen-user mailing list
oXygen-user@oxygenxml.com
https://www.oxygenxml.com/mailman/listinfo/oxygen-user