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
Probably a good fix is don't wrap the server data in an object in case of error and if the content-type is application/json parse the response and returns it has arrived from the server.
The text was updated successfully, but these errors were encountered:
https://github.com/Stamplay/stamplay-product-development/issues/48
The error cames from this line:
https://github.com/Stamplay/stamplay-js-sdk/blob/master/src/promise.js#L39
Probably a good fix is don't wrap the server data in an object in case of error and if the
content-type
isapplication/json
parse the response and returns it has arrived from the server.The text was updated successfully, but these errors were encountered: