gdesjonqueres

Results 2 comments of gdesjonqueres

Looks like this is a problem with the authorization header sent by ApolloClient not being updated. On first load of the client, local storage is empty, user authorization token is...

Surprisingly this issue is still opened. According to Apollo Client own documentation authentication token should be handled this way: https://stackoverflow.com/questions/58556687/react-apollo-how-to-set-authorization-header-when-user-logs-in (See first solution by Abderrahim Soubai Elidrissi)