-
Notifications
You must be signed in to change notification settings - Fork 186
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
AbortController is not a constructor #132
Comments
Hi 👋 same here 🙏 |
Hey 👋 Thanks for raising this! Are you just using a standard Next.js app so I can try to reproduce? |
@lorisleiva Hi! yes just using a standard Next.js app 😄 |
Yes I'am using standard Next.js, so you can try to reproduce this bug |
Hello 👋 it happens to me as well, when I upgraded to "v0.10.0" from "v0.9.0", I am using "Angular" for front-end, "NestJS" for back-end and it is a monorepo bundled with "nx". Most likely it has to do with the webpack? I can provide more information if it is helpful |
Thanks, everyone! I've had a quick look at the code and I think I know what could be causing this. I've released a potential fix in version P.S.: The npm package recently got renamed from |
@lorisleiva Thank you so much! It worked!!!! 🎉 Just curious, it returns 2 items but it is supposed to be 8 items. by the candyMachineId. |
I was running into this issue as well but upgrading to version |
Great! I'm glad it worked haha. I'll close this issue then. With regards to the number of NFTs returns by that method, it could be because only two NFTs out of the eight were minted. This method only returns NFTs that were minted from a candy machine. The once still "in the candy machine" do not count as they are technically not NFTs yet. |
Thanks! |
Ahhh got it!! It totally makes sense. Thank you so much for answering the question 🙏 |
I don't know resolving this problem.
Maybe webpack bug..?
I'm using
Here is my code
and this is error
The text was updated successfully, but these errors were encountered: