This is what I have now on the fiat page. I messed up with the Onramper API key when I installed the plugin. Where I can find it?
The Onramper API key can found from your Onramper account dashboard and you can add or find it in your Moralis server settings. That should fix that issue, that page should be giving a Wrong API Key error in console.
From browser console:
I have cloned the project and yes I did get your issues where you canât authenticate properly or the chain dropdown didnât work.
What fixed it was creating and using a new server - both mainnet or testnet worked. Can you try this?
Also, NFT balances doesnât show picture of NFT.
On my end using a random wallet address, a few NFTs of this collection show up.
The rest give issues of Invalid URI
, this is because some of the tokens donât have their token_uri synced.
You can use the reSyncMetadata API to sync the token_uri for these tokens. For now, you will have to do this for each token_id with missing token_uri / metadata as token_uris not on IPFS so they wonât resync automatically.