You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue-Label Bot is automatically applying the label #bug to this issue, with a confidence of 0.96. Please mark this comment with 👍 or 👎 to give our bot feedback!
When user without can_access_all_queries permission go to Query Search and filter by user (click on his username) then 403 error appears
Expected results
There's no error.
Actual results
There's a empty page with 403 status response.
Code
I think
request.args.get("user_id")
returns string type andg.user.get_user_id()
returns integer type thus appears 403 error.How to reproduce the bug
The text was updated successfully, but these errors were encountered: