-
Notifications
You must be signed in to change notification settings - Fork 24
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
Firefox: Error: NetworkError when attempting to fetch resource #32
Comments
Can you give some more details, like the console output or a way to reproduce it? |
This is a sample that has exactly the same problem. It will run on Chrome only. |
Thanks, I found the issue and fixed it. But Firefox also sends the user-agent even if this would not be a allowed header and then complains about it. So I added the User-Agent as allowed header and now it works with firefox as well. The only issue is, that it may taks some time to update all the nodes. |
After running: |
Steps to reproduce
Follow the example in the documentation:
https://in3.readthedocs.io/en/develop/api-wasm.html?highlight=html#in3-in-browser
Expected behavior
The latest block info, such as:
index.html.txt
Actual behavior
NetworkError when attempting connect to fetch resource
System configuration
The example is executed in Firefox 84.0.2
Incubed version
3.2.0
Request
Incubed Configuration
{ chainId: 0x1, replaceLatestBlock: 6, requestCount: 3 }
Chain
0x1
The text was updated successfully, but these errors were encountered: