Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

401 error on initial homepage rendering #818

Open
loreina opened this issue May 28, 2020 · 3 comments
Open

401 error on initial homepage rendering #818

loreina opened this issue May 28, 2020 · 3 comments
Assignees
Labels
bug Something isn't working P2 Low priority todo todo before mchacks 12

Comments

@loreina
Copy link
Member

loreina commented May 28, 2020

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 loreina added bug Something isn't working P2 Low priority labels May 28, 2020
@pierreTklein
Copy link
Member

pierreTklein commented May 30, 2020

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.

@allennatang
Copy link
Contributor

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.

@BillSkills
Copy link

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

@tektaxi tektaxi added the todo todo before mchacks 12 label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P2 Low priority todo todo before mchacks 12
Projects
None yet
Development

No branches or pull requests

7 participants