ethers.js don't work on workers #3647
Unanswered
mentasuave01
asked this question in
Q&A
Replies: 2 comments
-
up |
Beta Was this translation helpful? Give feedback.
0 replies
-
This looks like a problem with your bundler config. The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ethers Version
5.7.1
Search Terms
wokers
Describe the Problem
What I already try:
#1886
based on that I change the usual Json provider to:
const provider = new ethers.providers.StaticJsonRpcProvider({ url: rpc, skipFetchSetup: true, });
Enviroment: Solid-start, Solidstart
vite.config:
The error:
Beta Was this translation helpful? Give feedback.
All reactions