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

Personal NFTs not showing up in wallet page #507

Open
burnsben opened this issue May 30, 2019 · 5 comments
Open

Personal NFTs not showing up in wallet page #507

burnsben opened this issue May 30, 2019 · 5 comments
Assignees
Labels
Critical question Further information is requested

Comments

@burnsben
Copy link

Screen Shot 2019-05-30 at 12 40 29 PM

Own two wizards that aren't showing up in this page.
@burnsben
Copy link
Author

Screen Shot 2019-05-30 at 2 14 48 PM

wizards show up in sell flow.

@unjapones
Copy link
Contributor

@burnsben from you screenshot, I believe this happens because the filter is set on "Fixed Price". Setting it to show "all" should do the trick.

Since the filtering and sorting alters the browser's URL, perhaps you saved the "My Collectibles" page as a bookmark (with the filter set)?

I'll leave this open in case the condition is thing I'm not seeing/considering. Feel free to close it or ping me otherwise.

@unjapones unjapones self-assigned this May 31, 2019
@unjapones unjapones added this to To do in ERC-721 marketplace via automation May 31, 2019
@unjapones unjapones added the question Further information is requested label May 31, 2019
@unjapones
Copy link
Contributor

Oh, btw my comment was about the 2nd screenshot.

The 1st one shows what you described... mmm so questions:

  1. Do you have any setps to reproduce the bug? Or is it just own some NFTs and go to "My Collectibles" (on mainnet + cheese wizards)?.
  2. Did you performed any buy/sell transactions before reaching the "My Collectibles" page?

@burnsben
Copy link
Author

I don't have setups to reproduce the bug, those are my personal NFTs. I didn't perform any buys or sells.

@unjapones
Copy link
Contributor

@burnsben I wasn't able to reproduce this locally, with the following setup using Mainnet. Didn't tried on the demo because I'm not really sure what version of the code has, and I don't have Cheesewizards 😅:

  • Fetched the latest 0x-launch-kit-backend and setup .env so that it had:
NETWORK_ID=1
FEE_RECIPIENT=0x0000000000000000000000000000000000000000
MAKER_FEE_ZRX_UNIT_AMOUNT=0
TAKER_FEE_ZRX_UNIT_AMOUNT=0
RPC_URL=https://mainnet.infura.io/
  • Setup the frontend so it uses Axie infinity, here are the lines changed in .env (based on .env.example):
...
REACT_APP_UI_UPDATE_CHECK_INTERVAL=30000
...
REACT_APP_OPENSEA_API_KEY= [ the API key we shared on Slack ]
...
REACT_APP_NETWORK_ID=1

Here is a screenshot showing that I'm on "My Collectibles" and that the same (an only) item shows in the sell collectible modal:
my-collectibles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Critical question Further information is requested
Projects
Development

No branches or pull requests

2 participants