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
The setToken method sets the header as "Authorization" but if there is already an authorization header without capital A they can combined in the final request causing errors to occur. In my case this was the cause of Strapi /users/me giving an 401 response.
Nuxt version: 2.15.8
@nuxt/http version: 0.6.4
The text was updated successfully, but these errors were encountered:
The setToken method sets the header as "Authorization" but if there is already an authorization header without capital A they can combined in the final request causing errors to occur. In my case this was the cause of Strapi /users/me giving an 401 response.
Nuxt version: 2.15.8
@nuxt/http version: 0.6.4
The text was updated successfully, but these errors were encountered: