You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to solve the above issue, I created a new marketplace and transactions started going through, but with a warning that execution failed somewhere - https://polygonscan.com/address/0x1a33b3e3a6a90d86c62516197fc6784aa30f1b0d
Over here, Creating a listing and sending the NFT to the marketplace works fine, but when i hit the cancel listing API, the NFT is not returned to the original wallet again
Let me know if you'd like me to provide any other details!
After i switched over to a new marketplace contract, creating a listing and sending it to the marketplace worked fine (even though all transactions show a warning). If I can just get the cancel API to return the user's NFT when it's called, that should resolve all my issues.
The text was updated successfully, but these errors were encountered:
8a8ed56
The timing when i started facing the error and the commit was made add up, considering I didn't make any changes on my end related the API calls & everything worked fine till then.
This issue is causing users to lose their NFTs in production environment since they can't cancel listings anymore. Is there a way i can use the older version of the contracts, or would there be any manual way i can return people their NFTs from the contract after they call the cancel API? I'm open to any temporary solutions too until this issue can be properly resolved.
Creating listings seems to be randomly failing since the past few days
https://polygonscan.com/address/0x66592ad3fbd87b8631e40143b2f6671a9dd73283
Any ideas what could be causing this issue?
I can see the "value" column randomly switched from 0 MATIC to 1 MATIC for some unknown reason.
💻 Environment
Production - Tatum marketplace APIs
📝 Details
Creating listings seems to be failing https://polygonscan.com/address/0x66592ad3fbd87b8631e40143b2f6671a9dd73283
Any ideas what could be causing this issue?
I can see the "value" column randomly switched from 0 MATIC to 1 MATIC for some unknown reason.
In order to solve the above issue, I created a new marketplace and transactions started going through, but with a warning that execution failed somewhere -
https://polygonscan.com/address/0x1a33b3e3a6a90d86c62516197fc6784aa30f1b0d
Over here, Creating a listing and sending the NFT to the marketplace works fine, but when i hit the cancel listing API, the NFT is not returned to the original wallet again
🔢 Code to reproduce bug
Create Listing -
Send NFT to marketplace -
Cancel NFT listing -
Let me know if you'd like me to provide any other details!
After i switched over to a new marketplace contract, creating a listing and sending it to the marketplace worked fine (even though all transactions show a warning). If I can just get the cancel API to return the user's NFT when it's called, that should resolve all my issues.
The text was updated successfully, but these errors were encountered: