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
The automatic refresh of the package works perfectly. But I wanted to test what happens if it fails, and I want to react on a failed refresh in the app.
So, I see the refresh is failing, as I can see the network request with a 400 in the Network Profiler.
But I want to see an error/callback somewhere. But there is no log, or anything. And the onError from the code snippet below does also not trigger.
Description
The automatic refresh of the package works perfectly. But I wanted to test what happens if it fails, and I want to react on a failed refresh in the app.
So, I see the refresh is failing, as I can see the network request with a 400 in the Network Profiler.
But I want to see an error/callback somewhere. But there is no log, or anything. And the
onError
from the code snippet below does also not trigger.Steps To Reproduce
Expected Behavior
Callback when a refresh fails.
The text was updated successfully, but these errors were encountered: