kodadot / nft-gallery

Generative Art Marketplace
https://koda.art
MIT License
638 stars 360 forks source link

Fallback for RPC node for gallery detail #6314

Open damskyftw opened 1 year ago

damskyftw commented 1 year ago

What happened?

Minted an NFT using drop page, but redirection to the minted NFT shows up super soon and you are redirected to this

image

Overally, this kills the vibe for the user and he has to wait another 10-30 seconds for the nft to show up and might leave completely.

Please reproduce in steps

https://app.supademo.com/demo/cvonV1wLXrpn3uN_474E0

Expected Behavior

To be redirected only if the nft is fully loaded and indexed on our explorer

What browsers are you seeing the problem on?

Desktop Chrome

At which address did you encounter bug?

kodadot.xyz

Are you logged in?

Yes

Which wallet you are using?

PolkadotJS

At which chain did you encounter bug?

No response

Screenshots

/

Relevant log output

No response

Payment link for reward

https://kodadot.xyz/ksm/transfer/?target=%3CMy_Kusama_Address_check_https://github.com/kodadot/nft-gallery/blob/main/CONTRIBUTING.md#creating-your-ksm-address%3E

Code of Conduct

vikiival commented 1 year ago

Sometimes current firesquid can have a really long response time and nft is not loaded aka showing big K.

Expected behaviour is that if first hit of subsquid is null. Fetch data from RPC node.

Can provide snipets