Closed nguyentoanit closed 2 months ago
@moltar : I'm pretty sure the Test Integration
is failed because of invalid credentials.
Could you please update them again? 🙏
I don't see invalid credentials anywhere. It's some kind of circular reference error.
I don't see invalid credentials anywhere. It's some kind of circular reference error.
Perhaps, Axios
attempts to parse the response under the hood, when the request is failed.
And because the response model is very complex (it contains a copy of the request and cyclical types).
Therefore, It caused a Converting circular structure to JSON
error.
https://github.com/axios/axios/issues/5332
Also, The credential you added in the BitWarden card looks good when I test from my local machine. Maybe, A copy-paste issue? 😄 https://github.com/ScaleLeap/selling-partner-api-sdk/pull/1072#issuecomment-2305841364
Also, The credential you added in the BitWarden card looks good when I test from my local machine.
made you the repo admin, please update the secrets and test
made you the repo admin, please update the secrets and test
It's just as I thought. The issue comes from the invalid REFRESH_TOKEN we updated in the GH Secret.
:tada: This PR is included in version 8.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Updates report api clients in tests because they are no longer available.