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
A 401 Unauthorized error typically indicates an issue with authentication. Here are some common reasons and solutions:
Bearer Token Issues: Ensure that the token used in the Authorization header is valid, not expired, and correctly formatted as Bearer <token>. Double-check that the token is correctly retrieved from your user information [1][2].
Token Expiry: If the token has expired, you will need to refresh it and use the new token in your request [2].
Server Configuration: Verify that the server is correctly configured to accept API requests and that there are no additional security settings blocking the request [1].
Cookies: In some cases, including cookies in your requests might be necessary for successful authentication [2].
Ensure these aspects are correctly set up, and try the request again.
Describe the bug
v0.45.2
Calling blinko using the api always returns 401
The text was updated successfully, but these errors were encountered: