Bug #191
UserController: authenticated but no avatar
Status:
New
Priority:
Normal
Assignee:
-
Start date:
06/03/2024
Due date:
% Done:
0%
Estimated time:
Description
Apparently user can be authenticated (/authenticated returns true) but have no avatar (/object returns empty string).
Should that happen, client prints
WARNING: user is logged in but has no avatar
to the console.
Maybe triggered by by a server restart or maybe by a server bug.