dappuniversity / eth-todo-list

Blockchain Todo App Tutorial Powered by Ethereum Smart Contracts
556 stars 550 forks source link

Issue with truffle-contract #1

Closed manolingam closed 5 years ago

manolingam commented 5 years ago

Getting this Uncaught (in promise) TypeError: Cannot read property 'apply' of undefined error at line App.todoList = await App.contracts.TodoList.deployed(). I then tried upgrading the truffle-contract version but there's a new kind of error in the updated version as Invalid JSON RPC response. Can you help me fix this?

manolingam commented 5 years ago

Oops! My mistake... I was setting up the wrong provider at .setProvider(). Sorry! Closing the issue!