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
Currently when a call on web fails you pretty much just get the HTTP status code and a stack trace. It would be nice to be able to see what the response was. In the functions that handle auth in the web SDK we catch DioError and print something better than the default, but we don't do that for the rest of the endpoints. We should.
The text was updated successfully, but these errors were encountered:
Currently when a call on web fails you pretty much just get the HTTP status code and a stack trace. It would be nice to be able to see what the response was. In the functions that handle auth in the web SDK we catch DioError and print something better than the default, but we don't do that for the rest of the endpoints. We should.
The text was updated successfully, but these errors were encountered: