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
Not sure if this is something on our end or not but since upgrading to v5, if there is some provider error, it seems to not bubble up in the local function but instead throws an uncaught exception which I can't quite track down. For example:
and
base-provider.ts:2 Uncaught (in promise) Error: missing response (requestBody="{\"method\":\"eth_blockNumber\",\"params\":[],\"id\":127,\"jsonrpc\":\"2.0\"}", requestMethod="POST", serverError={}, url="https://rpc-mumbai.matic.today", code=SERVER_ERROR, version=web/5.0.11)
at Logger.makeError (index.ts:205)
at Logger.throwError (index.ts:217)
at index.ts:234
at Generator.throw (<anonymous>)
at rejected (index.ts:2)
Still trying to gather more info. Perhaps I need to do await provider.ready?
Thanks
The text was updated successfully, but these errors were encountered:
Not sure if this is something on our end or not but since upgrading to v5, if there is some provider error, it seems to not bubble up in the local function but instead throws an uncaught exception which I can't quite track down. For example:
and
Still trying to gather more info. Perhaps I need to do
await provider.ready
?Thanks
The text was updated successfully, but these errors were encountered: