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?
Getting this
Uncaught (in promise) TypeError: Cannot read property 'apply' of undefined
error at lineApp.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 asInvalid JSON RPC response
. Can you help me fix this?