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 have a response body that is {data: {...}, refreshToken: "..."} and with v6.1.0 I was able to get both data and refreshToken when using rawRequest. But in v7+, rawRequest does not return refreshToken. Unsure if this was an intentional change or a bug. I tried to search through other issues and release notes but couldn't find a mention of it.
This discussion was converted from issue #1324 on April 24, 2025 08:45.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Screenshot
Description
I have a response body that is
{data: {...}, refreshToken: "..."}
and withv6.1.0
I was able to get bothdata
andrefreshToken
when usingrawRequest
. But in v7+,rawRequest
does not returnrefreshToken
. Unsure if this was an intentional change or a bug. I tried to search through other issues and release notes but couldn't find a mention of it.Reproduction Steps/Repo Link
Beta Was this translation helpful? Give feedback.
All reactions