Hello!
I’m trying to use the claim widget, but apparently it’s not working.
The widget keeps loading but no content is shown.
At first I thought it was because the asset is set to be claimed from the 30th April, but then I tested with other people’s instance-ids, and got the same result (didn’t work as well).
I tried to open it on Chrome and Safari.
I’m loading marketplace.umd.min.js because the website will display the complete listing widget when user clicks on the cards that are on the home page. This section is working perfectly.
So I took a look at your code, if you click on the repo, it will show you that this is actually a problem with the next.js app (click on it and you will see that next.js is seemingly doing some server rendering stuff that’s changing the elements underneath the claim widget)
I would suggest trying the widget with a fresh next project with the bare minimum elements and working up from there to see if it fixes the issue.
Ah cool. The latest version should be good to go:
1.5.3
If you’re using an iframe, it can be pretty funky, in that, changing your wallet won’t actually switch things within the iframe component (because the iframe has it’s own wallet/metamask hook).