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

[DEV TASK]: 401 error on openings/recent #592

Open
3 tasks done
gormless87 opened this issue Feb 6, 2025 · 1 comment
Open
3 tasks done

[DEV TASK]: 401 error on openings/recent #592

gormless87 opened this issue Feb 6, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@gormless87
Copy link
Collaborator

gormless87 commented Feb 6, 2025

Task Summary

When accessing the recent openings, sometimes the request will fail with a 401 error.

Task Details

In some cases, users won't be able to see the recent openings or mark an opening as recent, it will receive a 401 error.

Affected Environments

  • Development
  • Test
  • Production

Additional Context

No response

@paulushcgcj paulushcgcj self-assigned this Feb 6, 2025
@paulushcgcj paulushcgcj added the bug Something isn't working label Feb 6, 2025
@paulushcgcj
Copy link
Contributor

After some investigation, I noticed that this is not exactly a 401 issue. This happens due to the duplication of an entry for a user, and this causes both the insert and select code to fail with an exception. The problem is that the application handles exceptions in a way that it will always revert to 401 errors. The error handling will be done by #600

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants