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
}); but it is throwing me an error:Error listing NFT: Request failed with status code 500
Full error details: {
errors: [
'We encountered an exception while processing your request. Please try again later.'
]
}`
The text was updated successfully, but these errors were encountered:
I created a route which aims to list NFTs using OpenSea: `router.post('/sell', async (req, res) => {
const { tokenId, price } = req.body;
});
but it is throwing me an error:
Error listing NFT: Request failed with status code 500Full error details: {
errors: [
'We encountered an exception while processing your request. Please try again later.'
]
}`
The text was updated successfully, but these errors were encountered: