We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the beginning I thought it was just an issue with the uploader error, here what I face when I try to run createNft sample
createNft
code: "ERROR_MALFORMED_TOKEN", message: "API Key is malformed or failed to parse.
(I had to put "NEXT_PUBLIC_" in front of environment variables to avoid other errors).
but even commenting the uploading part and hardcoding a url with the asset metadata give me an error:
Error: Simulation failed. Message: Transaction simulation failed: Blockhash not found.
considering I have to switch from metaplex-foundation/js to a new approach, what shoud I do now? is correct to start from this examples?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the beginning I thought it was just an issue with the uploader error, here what I face when I try to run
createNft
samplecode: "ERROR_MALFORMED_TOKEN", message: "API Key is malformed or failed to parse.
(I had to put "NEXT_PUBLIC_" in front of environment variables to avoid other errors).
but even commenting the uploading part and hardcoding a url with the asset metadata give me an error:
considering I have to switch from metaplex-foundation/js to a new approach, what shoud I do now? is correct to start from this examples?
The text was updated successfully, but these errors were encountered: