I’m trying to set up a Gitlab to Telegram notification workflow, but I cannot link to the Gitlab project.
I’ve already set up the Gitlab Oauth2 credentials and tried entering the project namespace in the Repository Name field, but I got a GitLab Trigger: 404 Project Not Found error.
I’ve set up a sample project, Oshane Bailey / plain-html · GitLab to test the connection and entered the information for it as seen in the screenshot below:
When you say you are running it locally is that Gitlab? I would double check the Webhook URL as well as if it is http://localhost:5678/xxxxx it will likely fail as Gitlab probably won’t be able to connect to it.
So that will probably be it, Gitlab isn’t going to be able to reach that URL to send the notification. You can either try the tunnel option or if you have a domain set up you can set the WEBHOOK_URL env option to your domain and it should sort it out.