dashboard icon indicating copy to clipboard operation
dashboard copied to clipboard

401 error on initial homepage rendering

Open loreina opened this issue 5 years ago • 1 comments

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.

image

loreina avatar May 28 '20 22:05 loreina

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.

pierreTklein avatar May 30 '20 13:05 pierreTklein

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.

allennatang avatar Oct 09 '24 02:10 allennatang

The issue is reproducible on a local test server as well Screenshot 2024-10-08 223411

BillSkills avatar Oct 09 '24 02:10 BillSkills