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

Error on queryNFTs: 'includeSaleHistory' of undefined #141

Open
zerostyle opened this issue Jul 21, 2022 · 1 comment
Open

Error on queryNFTs: 'includeSaleHistory' of undefined #141

zerostyle opened this issue Jul 21, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@zerostyle
Copy link

I'm getting an error using the method: queryNFTs:

TypeError: Cannot read property 'includeSaleHistory' of undefined

Here is my query:

zdkFetchStrategy.queryNFTs({
      query: { collections: ['0x82262bfba3e25816b4c720f1070a71c7c16a8fc4'] },
      view: ViewType.FULL,
})

Screen Shot 2022-07-21 at 9 52 08 AM

@zerostyle zerostyle added the bug Something isn't working label Jul 21, 2022
@zerostyle
Copy link
Author

Looks like this is related to next.js getServerSideProps. The call does not have access to the strategy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant