FAQ

Explore our Frequently Asked Questions (FAQs) for quick answers to common queries

chevron-rightThe user is able to login but not perform any transactions?hashtag

Please ensure that you are using the correct meta token for your hosted domain Refer : Installation guide

chevron-rightMy auth and wallet UI looks brokenhashtag

Please ensure that you are following our installation guidelines properly refer

  1. TriaLogin component should be imported at root level of your app and not under a specific page/component.

  2. Please ensure that you redirect the user to your apps "/login" page once user disconnects

chevron-rightThe user is getting logged in but the wallet icon is not visible?hashtag

Please make sure that you are correction passing the wallet positions It should be sent in terms of viewport height/width as follows:

buttonPosition={{ x: '0vw', y: '0vh' }} //can change it with your convenience
chevron-rightI cannot see my default chain on wallethashtag

Please ensure that you are sending the default chain properly as follows:

defaultChain='MUMBAI'
supportedChains={[
            'MUMBAI',
            'POLYGON',
            'METIS',
            'METIS-TESTNET',
            'MANTLE',
            'MANTA-TESTNET',
            'MANTA',
            'MANTLE-TESTNET',
            'FUSE',
            'ETH',
            'BINANCE',
            'OPTIMISM',
            'ARBITRUM',
            'AVALANCHE',
            'FANTOM',
]}
chevron-rightUnity login/signup is not workinghashtag

Please ensure that you are using the correct meta token for your hosted domain Refer : Installation guide

Last updated