Closed (fixed)
Project:
Drupal.org infrastructure
Component:
GitLab
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Sep 2022 at 16:00 UTC
Updated:
8 Oct 2022 at 12:09 UTC
Jump to comment: Most recent
When I try to add a new member to a project at git.drupalcode.org/project/XXX/-/project_members, the XHR request fails. This happens to all tested users and when selecting any role.
The console reports a xhr Post+Preflight request to https://git.drupalcode.org/api/v4/projects/XXXXX/invitations, which returns a 301 redirect to https://www.drupal.org/git-error. This then is reported as a CORS error. It seems the redirect and CORS error is actually just a symptom of the error happening at the invitations endpoint.
- Open the member overview of a project at git.drupalcode.org
- Click add member, select a user and role, hit "Invite"
- The dialog will report that something went wrong.
Comments
Comment #2
drummComment #3
drummThis needs one last load balancer change in configuration management that I’d like double checked by a coworker. Tested on staging and works well.
Comment #4
drummThe remainder of this configuration was completed.
Comment #5
pvbergen commentedI can confirm that adding members on git.drupalcode.org now works. Thanks!