Wagmi-nextjs13…in x86 the example works perfectly…but the same coding running in arm64v8 is not working correctly…can someone help me…follow photos to make it clearer
@iotbrlabs The error indicates the domain has not been whitelisted on the Dashboard. You have setup up your project on Mainnet? Could you share your Web3Auth Initialization and login code to check the parameter web3AuthNetwork
?
Hi…my project is sapphire_devnet
…but I remember that it works locally in notebook, even with the mainnet option set, as you can see in the printout of the code. This only no works in the arm64v8 environment
…although it’s very strange…it’s true
You have specified the wrong network for the web3AuthNetwork
in your code . Replace mainnet
with sapphire_devnet
since your project is setup on sapphire_devnet.
…ohhh my friend, that was the first thing I did…but look what
More details:
Please help me…
Thanks for the support
web3auth-wagmi-connector
In demos path:
wagmi-next13
@web3auth/openlogin-adapter
Support only the below networks:
mainnet
, testnet
, cyan
, development
, aqua
Please setup your project on Testnet instead of sapphire_devnet and update the web3AuthNetwork
parameter to ‘testnet’ in your code as well since you are using the openlogin adapter
…that’s exactly what I did…how…you can check it in the message above
…now I don’t know what to do anymore
In your code, you need to update testnet as well
Can you share the project screenshot from your dashboard that you created for Testnet?
…where am I going wrong?
…wasn’t it something in the change from the cyan network to sapphire_devnet?
Share the screenshot of the project you have setup on your Web3Auth Dashboard for TESTNET? You have not replied to this question.
…strange…something that was supposed to be so simple