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 server will respond with, at least, with nodes like the following: [success, error, success].
This causes the adapter to behave incorrectly in these lines. The error node will emplace an error response in the result, and the next success node will invoke result::value(), throwing an exception.
I don't think this is super urgent but should be kept track of. If I have the time to refactor adapters at some point, I'll fix it.