metaplex-foundation / js

A JavaScript SDK for interacting with Metaplex's programs
357 stars 182 forks source link

Issue with metaplex.nfts().findAllByCreator() on Alchemy #386

Closed indynov closed 1 year ago

indynov commented 1 year ago

With this script pastebin.com/raw/9Hh23x2z it puts the output in a file called test_results.txt, if you run it on Alchemy you will see 0 results in it, if you run it on Quicknode you will see around 5000 results - the results of everything in the collection "Mystopians"

KartikSoneji commented 1 year ago

Can you please confirm that this is not an issue with Alchemy? Maybe they are blocking the getProgramAccounts method on their rpc since it is quite a resource-intensive call.

github-actions[bot] commented 1 year ago

Hi @indynov,

Thank you for your question!

We'd like to make sure our GitHub issue tracker remains the best place to manage issues that affect the development of the Metaplex JS SDK itself.

Your question deserves a purpose-built Q&A forum like StackOverflow so it is more searchable and encourages others to contribute to and benefit from the answer.

Unless there exists evidence that this is a bug with the JS SDK itself, would you please post your question to the Solana Stack Exchange using the following link:

https://solana.stackexchange.com/questions/ask?tags=metaplex

If you could please share the link to the newly created question here afterwards, that would be very helpful for anyone following this thread.


This automated message is a result of having added the "question" label.