Error in SQL condition while fetching users
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3371267. -->
Reported by: [danielspeicher](https://www.drupal.org/user/3621778)
Related to !5
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>In the <code>Service</code> class, we have the method <code>getUidsWithAccess</code>. The method <code>user_roles</code> returns an array of <code>RoleInterface</code>, which is used in the condition later. The condition does not accept <code>RoleInterface</code>.</p>
issue