Having trouble creating a marketplace auction listing

Wallet address:
0xc485e340587629edd2b14634bd03f2a01dad8dfd

Summary of the issue:
I’m trying to create a marketplace listing for one of my ERC-721 tokens using Manifold Studio, but the process fails before I can even sign the transaction with my Ledger. The MetaMask popup throws an error:
MetaMask - RPC Error: [object Object]
I’m not sure what’s causing it.

What are you trying to do?
List a token (ERC-721) from my Manifold contract on Ethereum mainnet as an auction using the Studio UI.

What is the actual outcome? Are you seeing any error messages?
Yes — I’m getting a failed transaction in MetaMask before signing with my Ledger.
Error in MetaMask:
MetaMask - RPC Error: [object Object]

Also, in the browser console I see:

  • Error: unknown account #0 (operation="getAddress", code=UNSUPPORTED_OPERATION)
  • GET https://marketplace.api.manifoldxyz.dev/listing/instance/4197216496 net::ERR_ABORTED 424 (Failed Dependency)
  • WalletConnect Core is already initialized
  • Warning: Missing Description or aria-describedby={undefined} for {DialogContent}

The listing fails in both Chrome and Brave (latest versions). I’ve also tried clearing cache and with no other extensions.

Screenshot of the issue/error with the console:


What browser are you using?
Tried both Chrome and Brave.

What wallet are you using?
MetaMask latest version connected to Ledger hardware wallet.

1 Like

Ah yes that getAddress log is unexpected. We’ve been seeing this from MetaMask users the past day or so, it seems they may have put out an odd update that’s affecting OpenSea and a few others as well. We’re going to go do some work to see if we can add some fallbacks to handle this new scenario! Thank you SO much for this report, super clear, the console logs are clutch.

BTW you are not alone and I see the pattern now so big thank you for this.

Also tracking this here: Inability to relist token - unkown error - #13 by shoneec

In the meantime this should solve your issue:

  1. Manually disconnect your wallet from our domain using Metamask
  2. Log out from Studio
  3. Log back in, it should re-request all permissions and you should be good to go after that

To do this in MM click here to open the dialog
Screenshot_2025-06-11_at_11_07_12 AM

Then click here to disconnect manually

Then log out from studio here

I followed the steps, but it didn’t resolve the [object Object] error — although the getAddress error no longer shows up in the console.

Is it the same issue still on OpenSea as well? Try clearing your local cache after doing the steps I outlined above.

Also, potentially try a different wallet extension or force-updating the existing MM extension again.

Essentially the goal is to get your browser extension and our website back to a clean slate, as if you had never connected to it before. Super odd buggy state MM has pushed to your wallet, what a bother!