Cannot add CI/CD variables

Cannot add variables to CI/CD in settings

Hi,
When i try to add a new variable in CI/CD settings (settings > CI/CD > Variables > add variables), i get a weird error message (see below)

and here’s what i can see from the console

The project is included in a group and i’m set to owner in both the group members and project member.

Thanks in advance !

Hi.

In my case the problerm was, that i’am inpersonated and try to generate asccess_tokens in inpersonate mode and edit the ci variables in another browsertab as original user.

I solved it in this way:

  • Login with original user
  • Open a incognito browser and login as inpersonate user

Then i can do the above without any error.

I hope this helps.

Best regards,
Kai.