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
In the version we merged as #600, if anything goes wrong, the error dialog is always the same generic message. But this flow is inherently a bit finicky — it involves sending the user out to a browser, then receiving a callback by having the browser redirect to a special URL — so it's likely things will sometimes go wrong. And indeed a previous draft had a couple of different things go wrong (#600 (comment)). I debugged those pretty quickly because I was running a debug build connected to my desktop and watching a developer console… but when beta users run into issues, we won't have those advantages. It'll therefore really help us out if the error dialog shows more detail about the error, so that a screenshot from the user can start narrowing down where the problem is.
As a first step, when we get a PlatformException we should display its message field.
The text was updated successfully, but these errors were encountered:
This is a followup to:
In the version we merged as #600, if anything goes wrong, the error dialog is always the same generic message. But this flow is inherently a bit finicky — it involves sending the user out to a browser, then receiving a callback by having the browser redirect to a special URL — so it's likely things will sometimes go wrong. And indeed a previous draft had a couple of different things go wrong (#600 (comment)). I debugged those pretty quickly because I was running a debug build connected to my desktop and watching a developer console… but when beta users run into issues, we won't have those advantages. It'll therefore really help us out if the error dialog shows more detail about the error, so that a screenshot from the user can start narrowing down where the problem is.
As a first step, when we get a
PlatformException
we should display itsmessage
field.The text was updated successfully, but these errors were encountered: