dashboard
dashboard copied to clipboard
401 error on initial homepage rendering
When visiting the dashboard without logging in, console shows a few 401 errors.
This is probably because we're requesting hacker information to show the appropriate dashboard view and there's no hacker self available.
Not too sure why it outputs 4 errors though.

Through the stack, there are several separate requests for hacker info. Since hacker info isn’t cached when we get an error on response, there will be several requests along with failures.
Unsure how to test accessing the dashboard without logging in. If I try to go to the url for the account page without logging in, redirects me to the login page, so perhaps this issue is fixed.
The issue is reproducible on a local test server as well