Hey !
I have a self hosted n8n instance (1.88.0 up to date) and a gitlab self hosted instance (17.10 up to date).
I have a project with the following url :
https://gitlab.mydomain.com/groupname/projectname
I tried to get the merge request event by providing and in the configuration fields in the merge request node but i’m always getting a 404 error.
Even tried to simply get the groupname repositories with the related node but still get 404, and when i’m trying with my own user (@root) it only finds two other repositories wich i’m not using anymore.
I’m a bit confused cause the documentation says that the owner could be either the user, the group or the workspace. But The group and workspace seem like they are not working, and beeing owner of the project either directly or by group inheritance doesn’t work whatsover.
Did anyone get the same issue ?
Thanks,