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
Ah, I think this may be a bug for the REST client always using JSON.stringify on the body in https://github.com/feathersjs/feathers/blob/master/packages/rest-client/lib/fetch.js#L12. You could use fetch directly for now and pass the Authorization header for authentication.
#2124
Closed
jurajpiar opened this issue
Nov 12, 2020
· 0 comments
Ah, I think this may be a bug for the REST client always using
JSON.stringify
on the body in https://github.com/feathersjs/feathers/blob/master/packages/rest-client/lib/fetch.js#L12. You could usefetch
directly for now and pass theAuthorization
header for authentication.Originally posted by @daffl in #1744 (comment)
The text was updated successfully, but these errors were encountered: