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

Build an End-to-End Dapp on Aptos #605

Open
nphacks opened this issue Sep 17, 2024 · 1 comment
Open

Build an End-to-End Dapp on Aptos #605

nphacks opened this issue Sep 17, 2024 · 1 comment
Assignees
Labels
create-aptos-dapp All content under https://aptos.dev/en/build/create-aptos-dapp documentation Improvements or additions to documentation

Comments

@nphacks
Copy link

nphacks commented Sep 17, 2024

Url

https://aptos.dev/en/build/guides/build-e2e-dapp

Describe the content issue

Completed all 6 steps.
I get two main errors:

  1. I get the 404 on ToDoList "AptosApiError: Request to [Fullnode]: GET https://api.devnet.aptoslabs.com/v1/accounts/<petra_wallet_address>)/resource/<module_address>::todolist::TodoList failed with: {"message":"Resource not found by Address(<wallet_address>), Struct tag(<module_address>::todolist::TodoList) and Ledger version(68845922)","error_code":"resource_not_found","vm_error_code":null}
    at y (core.ts:100:1)
    at async x (account.ts:174:1)
    at async fetchList (App.tsx:39:1)"

  2. When trying to add new list, I have tried to connect all wallets but always end up with the following error on signature request popup up. I don't know why the error says mainnet when I am tryin to be on devnet.
    "Simulation error
    Request to [Fullnode]: GET https://fullnode.mainnet.aptoslabs.com/v1/accounts/

    (trace_id:f25221a670099c0ce351765810904cad) failed with: {"message":"Account not found by Address(<wallet_address>) and Ledger version(1706012087)","error_code":"account_not_found","vm_error_code":null}"

My smart contract is published
Transaction submitted: https://explorer.aptoslabs.com/txn/?network=devnet
{
"Result": {
"transaction_hash": "",
"gas_used": 71,
"gas_unit_price": 100,
"sender": "<sender_address>",
"sequence_number": 1,
"success": true,
"timestamp_us": 1726590490780856,
"version": 68777722,
"vm_status": "Executed successfully"
}
}

I have done entire process thrice, but always the same results. Has something changed or missing? I am very novice to solve this kind of error yet.

Section

create-aptos-dapp

@nphacks nphacks added the documentation Improvements or additions to documentation label Sep 17, 2024
@github-actions github-actions bot added the create-aptos-dapp All content under https://aptos.dev/en/build/create-aptos-dapp label Sep 17, 2024
@gregnazario
Copy link
Collaborator

cc @0xmaayan perhaps, we replace this tutorial entirely with create-aptos-dapp?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
create-aptos-dapp All content under https://aptos.dev/en/build/create-aptos-dapp documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants