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
Precondition: Access the website as a guest (If you have logged in, you should first log out and then refresh the page)
Access the problem list: /problems
--> You should only see the visible problems
Log in as an admin
Access the problem list again: /problems--> (ERROR) You still only see the visible problems even you have logged in as an admin
(EXPECT): Not only should you see the visible problems but also see the invisible problems (because you are an admin).
Possible Cause
Check the API token and see how AuthHttpRequestInterceptor works
The text was updated successfully, but these errors were encountered:
Johnny850807
changed the title
[Problems Cache] When get problems before login and then login as an admin, the admin can't see all problems
When get problems before login and then login as an admin, the admin can't see all invisible problems
Sep 18, 2021
Replicate
Precondition: Access the website as a guest (If you have logged in, you should first log out and then refresh the page)
/problems
--> You should only see the visible problems
/problems
--> (ERROR) You still only see the visible problems even you have logged in as an admin(EXPECT): Not only should you see the visible problems but also see the invisible problems (because you are an admin).
Possible Cause
Check the API token and see how
AuthHttpRequestInterceptor
worksThe text was updated successfully, but these errors were encountered: