Gitlab Trigger 422 Error

Hi,
I’m using n8n in docker mode for testing and I’ve added the Gitlab Trigger node with access token.

. The access token is working (I’ve tried it with the Gitlab Action node).
I am the owner of the repository, but I can’t access my repository through the Gitlab Trigger Node. I always get an 422 ( 422 - {“error”:“Invalid url given”}* Error.

Has anybody an idea what I am doing wrong?

Environment (please complete the following information):

  • OS: [ Ubuntu Linux 20.04]
  • n8n Version [lastest]
  • Node.js Version [v12.14.1]

Welcome to the community @huerse!

I guess you did not configure n8n correctly. You either have to set it up with a proper own domain as documented here:

Or if you are really just doing some testing you have to start n8n with tunnel:

Hi Jan,

thank you very much for your help. I tried tunneling and now everything works fine. Thank you so much

Great to hear. Have fun!