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
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
They fail with an error. If we print error.message, we'll see that there is a network error there. Chrome prints Failed to fetch error message and Firefox prints NetworkError when attempting to fetch resource.:
The text was updated successfully, but these errors were encountered:
devex
uses GraphQL requests that don't work at the moment.It is used in two places in the code: ContractTransactionsTab.tsx and AccountDetailsPage.tsx.
Both of them don't work in the web interface when requesting a list of transactions for a contract or an account.
For example:
They fail with an error. If we print
error.message
, we'll see that there is a network error there. Chrome printsFailed to fetch
error message and Firefox printsNetworkError when attempting to fetch resource.
:The text was updated successfully, but these errors were encountered: