-
Notifications
You must be signed in to change notification settings - Fork 39
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
[MetaMask] Failed to add network following the official docs. #1456
[MetaMask] Failed to add network following the official docs. #1456
Comments
I think the Axon node or https://github.com/axonweb3/axon-proxy may need to support CORS configuration, similar to
References |
I haven't noticed the project Axon-proxy before. I created an issue for it, axonweb3/axon-proxy#8, which is related to this issue. p.s. I noticed that there is an internal axon JSON-RPC server behind cloudflare. |
|
The doc is verified before. If it did not work afterwards, it should be caused by later axon updates. To make the docs always work, we'd better add docs related tests. Have we done this? |
Axon-proxy already supports CORS: |
cc @Simon-Tl |
Contact Details
No response
What happened
I tried sending a transaction following the steps in the official docs "Send Transactions On Axon Via MetaMask".
But I got the following error when I tried to add the Axon network.
I saw an error of a
POST
request in the debugger of my browser.I have test the RPC URL that I added and it worked well in terminal.
I'm not an expert on MetaMask.
I guess that the RPC for querying chain ID was not existed.
The text was updated successfully, but these errors were encountered: