When attempting to resend an invitation to a release channel user after they have declined, an error occurs with GraphQL error 1891875 stating 'There is already a pending invite for this release feed'. Despite the release channel users page not displaying any pending invitation, the backend prevents the new invitation attempt. This issue arises from a state inconsistency where declined invitations are not properly cleared from the pending state, thereby blocking re-invitation of users who previously declined. The error is specifically associated with the OCDevManageApplicationReleaseChannelInviteUserModalBulkInviteUsersMutation operation.