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
{{ message }}
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.
The current implementation of auth-link gives the following error because it expects a token:
extensions: {path: "$", code: "invalid-headers"}
message: "Malformed Authorization header"
It needs to be update to the following so we only add the authorization if there is a token:
The text was updated successfully, but these errors were encountered: