FAQ
Explore our Frequently Asked Questions (FAQs) for quick answers to common queries
Last updated
Explore our Frequently Asked Questions (FAQs) for quick answers to common queries
Last updated
Please ensure that you are using the correct meta token for your hosted domain Refer :
Please ensure that you are following our installation guidelines properly
TriaLogin component should be imported at root level of your app and not under a specific page/component.
Please ensure that you redirect the user to your apps "/login" page once user disconnects
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
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',
]}