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
I see a weird behavior happening inside the retry mechanism
Once inside the retry phase the request body change to string instead of JSON
As you can see in the simple example below
in interceptor { name: 'example' } object
in interceptor {"name":"example"} string
in interceptor {"name":"example"} string
in interceptor {"name":"example"} string
got an issue Request failed with status code 500
Can you please help?
Thanks
The text was updated successfully, but these errors were encountered:
Hey
I see a weird behavior happening inside the retry mechanism
Once inside the retry phase the request body change to string instead of JSON
As you can see in the simple example below
The outcome is:
Can you please help?
Thanks
The text was updated successfully, but these errors were encountered: