You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing an Dapp on angular .
When I connect to metamask using web3modal, it works fine both in development and production.
When I connect to trustwallet or mobile metamask(browser) and metamask (mobile) it works fine in development.
connecting to trustwallet or metamask (mobile) fails in production( ie deployed to server), On scanning the QR code , it will show a blank space on trustwallet then return to settings, on metamask(mobile) no action is seen after scanning.
Web3Modal walletconnect works when connecting from localhost:4200 in all wallet using QR code
Web3Modal walletconnect fails when connecting from an online server --> http://www.dapptest.com
I really don't know What I am doing wrong. I cannot detect why all wallet connections are fine on localhost, but fail on production (online server).
The text was updated successfully, but these errors were encountered:
I am developing an Dapp on angular .
When I connect to metamask using web3modal, it works fine both in development and production.
When I connect to trustwallet or mobile metamask(browser) and metamask (mobile) it works fine in development.
connecting to trustwallet or metamask (mobile) fails in production( ie deployed to server), On scanning the QR code , it will show a blank space on trustwallet then return to settings, on metamask(mobile) no action is seen after scanning.
Web3Modal walletconnect works when connecting from localhost:4200 in all wallet using QR code
Web3Modal walletconnect fails when connecting from an online server --> http://www.dapptest.com
I really don't know What I am doing wrong. I cannot detect why all wallet connections are fine on localhost, but fail on production (online server).
The text was updated successfully, but these errors were encountered: