unreadcount requests sent while user is not authenticated
I noticed that unreadcount
requests are being sent before the user is authenticated. This results in 403
errors which are obviously predictable. We should probably check before sending them if props.username
is set.
Failed to load resource: the server responded with a status of 403 ()