You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Additional Context
No response
The text was updated successfully, but these errors were encountered: