GitLab Node - Create issue operation error

Hello there. I have a GitLab node that creates new issues in my repo.

It used to work just fine, but it started to return an internal server error for all the requests to this specific node/endpoint.

The credentials i’m using are correct. They are the same ones used in another workflow to get issues from the repos. And these are still working correctly.

The project id is also rigth and there are no errors in my payload.

I use a self-hosted GitLab instance (v17.10) running via docker.

What is the error message (if any)?

Information on your n8n setup

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

Hey!

I can confirm there were no recent changes to the node.

From the error message it sounds like the GitLab instance is returning a 500 error? Do you have any related logs that might provide more information?

Otherwise I’d recommend reissuing new credentials just in case, maybe the write permissions expired?

If that doesn’t help, please check if you can make a successful Create request via the HttpRequest node with the same credentials.

Hope this helps!