aptos-labs / developer-docs

Source for the Aptos developer docs
https://aptos.dev
Apache License 2.0
885 stars 97 forks source link

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

Open nphacks opened 2 months ago

nphacks commented 2 months ago

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/)/resource/::todolist::TodoList failed with: {"message":"Resource not found by Address(), Struct tag(::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(
    ) 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": "", "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

gregnazario commented 1 month ago

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

github-actions[bot] commented 3 days ago

This issue is stale because it has been open 45 days with no activity. Remove the stale label or comment - otherwise this will be closed in 15 days.