tqtezos / minter

OpenMinter is dApp framework for enabling the creation and collection of non-fungible tokens (NFTs) on Tezos.
MIT License
192 stars 91 forks source link

Collection list not being updated after a new collection is added #261

Closed w4ll3 closed 3 years ago

w4ll3 commented 3 years ago

Steps to reproduce:

Expected behavior: The new collection will be available for selection Current behavior: The collection is created but you need to refresh the page to see it

fmhc commented 3 years ago

I experience the same issue, except that I can't see any of the collections I successfully created. Is this related or the same?

Running Testnet Setting fresh install from Ubuntu 20.04 Subsystem on Windows 10, using the newest Chrome with Temple (Thanos) Wallet. I dont get any errors in the console, it just does not show any of my collections except the Featured "Minter" one, where i can successfully mint NFTs.

w4ll3 commented 3 years ago

Not sure if they are related but at least for me I can see my collections, except that I must refresh the page in order the see it.

fmhc commented 3 years ago

which wallet / browser do you use?

w4ll3 commented 3 years ago

I am currently on an Ubuntu 20.04 machine, using Temple wallet as well, with Version 89.0.4389.90 (Official Build) (64-bit) of Google Chrome

maelswarm commented 3 years ago

I ran into this today. Might be pertinent?

Capture
fmhc commented 3 years ago

I checked out this PR and now i can see my collections https://github.com/tqtezos/minter/pull/260

But I experience the same behaviour that the collection list is not automatically updated when I add a new collection; i need to reload the page in the browser to see it.

maelswarm commented 3 years ago
aie846

Upon attempting to create a new collection.

obstropolos commented 3 years ago

Since 0.7.0, tzkt pulling new collections within 5 seconds of confirmation. Closing this now due to indexing changes.