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
Actually the problem is that the authentication header is missing in this response, and that will make the header parser throw an error, and then the original http error is gone.
I had to do some deep debugging to see that my url was too long...
If the server returns an error, sometimes it doesn't send the authentication header. Here's an example response that triggers a crash in https://github.com/s-KaiNet/node-sp-auth/blob/master/src/auth/resolvers/OnpremiseUserCredentials.ts#L56
The text was updated successfully, but these errors were encountered: