Gitlab get repository 404 page

I am having issues setting up a get gitlab repository.

Error message: { “error”: “404 Not Found” }

Could you please tell me how can I troubleshoot this error?

TIA!

Information on your n8n setup

I am using n8n and gitlab both on docker.
n8n is using the docker host network to allow reaching gitlab on the tailscale interface.
Gitlab is behind NGINX Reverse Proxy with websockets on.
The Gitlab API and OAuth credentials both connect without a problem.

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

if your gitlab path for the repository looks like this:
gitlab.com/digitaloffice/digitaloffice/site
use
digitaloffice/digitaloffice” in the “Project Owner” field.

When I use nested repository-paths on GL the complete path to the project (including the owner) hast to be entered in “Project Owner” separated by / (forward-slash) and only the project/repository is used in Project Name

1 Like

Thank you for your response.
The url is the following:
https://mydomain.com/digitaloffice/site

I think this was to do with config on gitlab and tailscale.

Had to enable this on gitlab:
https://gitlab.hangar.one/admin/application_settings/network#js-outbound-settings

Solved now. TY

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.