-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
atob
is undefined
#17
Comments
Please response with
|
OS: ubuntu error log:
|
Which example are you trying to run? |
arbitrum one starter |
try to reset docker images & containers.
Check docker version also.
I cannot reproduce your error |
|
Run command.
then run
|
@saadjhk you can locate the solution at subquery/subql#1277 (comment) |
I've just run into the same issue. You need to click through multiple issues and discussions to end up here: https://docs.ethers.org/v5/cookbook/react-native/ The solution is to simply add the following import at the very beginning of the main import '@ethersproject/shims'; This code should be added to all Ethereum starter projects in this repo so people won't waste time on it. |
I just encountered the same issue. The cause is that subql build uses @ethersproject/base64/package.json
Fortunately, ethers.js thoughtfully provides However, I still spent a lot of time on this. |
When i run the
yarn dev
command my handlers fail with the erroratob
is undefinedThe text was updated successfully, but these errors were encountered: