Open nphacks opened 2 months ago
cc @0xmaayan perhaps, we replace this tutorial entirely with create-aptos-dapp?
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.
Url
https://aptos.dev/en/build/guides/build-e2e-dapp
Describe the content issue
Completed all 6 steps. I get two main errors:
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)"
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.
(trace_id:f25221a670099c0ce351765810904cad) failed with: {"message":"Account not found by Address("Simulation error Request to [Fullnode]: GET https://fullnode.mainnet.aptoslabs.com/v1/accounts/
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