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

Thirdweb API Key required after August 2023 to complete this tutorial. #72

Open
hiddenciphers opened this issue Oct 28, 2023 · 4 comments

Comments

@hiddenciphers
Copy link

Thirdweb API Key required after August 2023.

https://portal.thirdweb.com/api-keys

@vanshverma721
Copy link

how to use brother can u elaborate plzzz my project is not working now, when i have made it full its working but now when i have opened it after a long time its not working??

@alisonborba
Copy link

Hey @vanshverma721, I've created an MR-74 fixing it. Please take a look and fix it on your environment.

@Cyber01World
Copy link

Hey @vanshverma721, I've created an MR-74 fixing it. Please take a look and fix it on your environment.

I did that but still i m unable to run it. these are the error i m getting.

TypeError: Cannot read properties of undefined (reading 'call')
at Object.mutationFn (index-dd0e7329.esm.js:1172:23)
at Object.fn (mutation.ts:177:31)
at run (retryer.ts:145:31)
at createRetryer (retryer.ts:201:5)
at executeMutation (mutation.ts:172:22)
at Mutation.execute (mutation.ts:214:26)
at async publishCampaign (index.jsx:28:20)
at async CreateCampaign.jsx:33:9
execute @ mutation.ts:250

contract call failure TypeError: Cannot read properties of undefined (reading 'call')
at Object.mutationFn (index-dd0e7329.esm.js:1172:23)
at Object.fn (mutation.ts:177:31)
at run (retryer.ts:145:31)
at createRetryer (retryer.ts:201:5)
at executeMutation (mutation.ts:172:22)
at Mutation.execute (mutation.ts:214:26)
at async publishCampaign (index.jsx:28:20)
at async CreateCampaign.jsx:33:9

note- i cloned the repo and runned npm run , changed the contract address and added the apikey. now what else should i do ?

@alisonborba
Copy link

Hey @Cyber01World ! Are you receiving this error before creating the campaign: query.ts:446 Error: Could not fetch bytecode for contract at 0x3cEeEbd92D12345678901234567890 on chain 1, double check that the address and chainId are correct. ?

I'm not sure what's happening with your app, but I would suggest you remove the node_module and package-lock.json, use the latest node LTS version (20), install the packages again, and then try to create a campaign again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants