codeSTACKr / minter-dapp

MIT License
2.05k stars 3.41k forks source link

[Bug]: Directed to wrong collection on opensa after minting the NFT #41

Open mdamarx opened 2 years ago

mdamarx commented 2 years ago

Version

General Question

What happened?

I was testing the minting process and after the purchas I was directed to the opensea test nets. So far so god. But it was not my collection I was directed to, it was the "testSTACKr Collection" (https://testnets.opensea.io/collection/teststackr-collection). I was able to search for my collection and found it on the opensea test nets so the minting works fine but I want to be directed to my collection after the purchas and not to another one. I would be very thankful for some help.

What have you tried?

I Googled and asked the community in the discord server but could not find a solution.

Relevant log output

No response

Protect your information

Anasazi007 commented 2 years ago

Hey mdamarx, in VisualStudioCode open the index.html file located in the frontend folder. Once the file is open scroll down to line 173 and you will see:

href="https://testnets.opensea.io/collection/teststackr-collection"

Simply edit this link, replace 'teststackr-collection' with 'your-collection'

Cheers

Cisxy commented 2 years ago

Thanks Anasazi007 your great :)

mrrando commented 2 years ago

Hi Ansazi,

can you help me out please! I don't won't any landing page I wan't directly mint to the openSea what should I do please! I have my collection but stuck after coming on landing page please help me out.

I want min my NFT's to open sea directly.