PROBLEM TYPE · UNAUTHENTICATED
Sign in to continue
The request was refused before anything changed.
- Status
- 401
- Code
UNAUTHENTICATED- Type
https://packagepage.com/problems/unauthenticated
What this means
The request carried no session, or one that has since expired.
Why it usually happens
A tab left open past the session's life, or a request made from somewhere the session cookie is not sent.
What to do
Sign in again and repeat the action. If you are calling the API directly, check that the session cookie is actually going out with the request.