Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newly minted items don't immediately show as ready to purchase #311

Open
codingone21 opened this issue Oct 18, 2022 · 0 comments
Open

Newly minted items don't immediately show as ready to purchase #311

codingone21 opened this issue Oct 18, 2022 · 0 comments
Labels
bug Something isn't working feedback

Comments

@codingone21
Copy link
Contributor

codingone21 commented Oct 18, 2022

Describe the bug
After minting successfully, the minted item doesn't exist in the testnet database (sqlite) and does not appear on the storefront. When rerunning after some time, this minted item appears in the database and the storefront. There seems to be a synchronization issue with the DB (web) and the blockchain events. This is related to events indexing issue we've had since the birth of this project

To Reproduce
Steps to reproduce the behavior:

  1. Mint a new item
  2. You will see no buttons that indicate listing or purchasing
  3. Go to storefront. You won't see this newly minted item.
  4. Check the sqlite database (local). You won't see this item in your 'listings' table.

Expected behavior
Minted item should appear on the storefront right away. Web and blockchain events should be synced.

@codingone21 codingone21 added bug Something isn't working feedback labels Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feedback
Projects
None yet
Development

No branches or pull requests

1 participant