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
Right now when an error occurs (like attempting to create a virtual channel without a ledger channel) we don't show any error on the screen and the error in the logs looks like a CORS error.
Instead we should catch this and just display some kind of clear error message that creating the virtual channel has failed. This would prevent confusing this issue with a real CORS issue.
The text was updated successfully, but these errors were encountered:
Right now when an error occurs (like attempting to create a virtual channel without a ledger channel) we don't show any error on the screen and the error in the logs looks like a CORS error.
Instead we should catch this and just display some kind of clear error message that creating the virtual channel has failed. This would prevent confusing this issue with a real CORS issue.
The text was updated successfully, but these errors were encountered: