# Troubleshooting

#### 1) Collection Not Showing On OpenSea:

* There should be at least 1 minted NFT for your collection to be displayed on the marketplaces.

#### 2) NFT Image/Video Not Showing On OpenSea:

* Refresh your metadata. For Ethereum Collection you can use <https://www.nftrefreshmetadata.com/>  to refresh your whole collection.
* Check if your NFTs are displayed correctly on other marketplaces e.g. Rarible.

  Other Marketplaces to see if the issue is specific to Opensea only:

  * [https://looksrare.org](https://looksrare.org/) (Ethereum)
  * [https://rarible.com](https://rarible.com/) (Ethereum & Polygon)
  * <https://nftrade.com/> (Polygon)

  &#x20;If yes, this is most likely an issue with OpenSea. Please contact OpenSea support for further instructions.&#x20;
* If you still do not see your NFTs on OpenSea, please re-check your IPFS links to confirm if it is viewable on your browser. If this problem persists, please contact NiftyKit[ support ](http://discord.gg/xgjUQJhBFv)(<support@niftykit.com>).

#### 3) Dutch Auctions:

* Currently, we do not support the Dutch Auction feature on collection. But you can always request this feature if you would require it for your drop. Leave us a message on our [Discord](http://discord.gg/xgjUQJhBFv) to enable this feature.

4\) **Wallet not connecting on mint page:**

* If your Metamask is not responding but you have connected to NiftyKit before, disconnect your MetaMask wallet from the website to fix common issues with the mint button not responding, preventing the MetaMask confirmation from popping up.&#x20;

####


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.niftykit.com/nft-collections/troubleshooting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
