You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Cannot read property 'id' of undefined
at Object.makeTransferTransaction (C:\Users\Rob_keb\node_modules\bigchaindb-driver\dist\node\transaction\makeTransferTransaction.js:56:108)
at Promise (C:\Users\Rob_keb\Desktop\Blockchain\chain\Foodchain\foodchain.js:210:60)
at new Promise ()
at foodchain.transferAsset (C:\Users\Rob_keb\Desktop\Blockchain\chain\Foodchain\foodchain.js:201:16)
at app.post (C:\Users\Rob_keb\Desktop\Blockchain\chain\Foodchain\index.js:56:13)
at Layer.handle [as handle_request] (C:\Users\Rob_keb\node_modules\express\lib\router\layer.js:95:5)
at next (C:\Users\Rob_keb\node_modules\express\lib\router\route.js:137:13)
at Route.dispatch (C:\Users\Rob_keb\node_modules\express\lib\router\route.js:112:3)
at Layer.handle [as handle_request] (C:\Users\Rob_keb\node_modules\express\lib\router\layer.js:95:5)
at C:\Users\Rob_keb\node_modules\express\lib\router\index.js:281:22
TypeError: Cannot read property 'id' of undefined
at Object.makeTransferTransaction (C:\Users\Rob_keb\node_modules\bigchaindb-driver\dist\node\transaction\makeTransferTransaction.js:56:108)
at Promise (C:\Users\Rob_keb\Desktop\Blockchain\chain\Foodchain\foodchain.js:210:60)
at new Promise ()
at foodchain.transferAsset (C:\Users\Rob_keb\Desktop\Blockchain\chain\Foodchain\foodchain.js:201:16)
at app.post (C:\Users\Rob_keb\Desktop\Blockchain\chain\Foodchain\index.js:56:13)
at Layer.handle [as handle_request] (C:\Users\Rob_keb\node_modules\express\lib\router\layer.js:95:5)
at next (C:\Users\Rob_keb\node_modules\express\lib\router\route.js:137:13)
at Route.dispatch (C:\Users\Rob_keb\node_modules\express\lib\router\route.js:112:3)
at Layer.handle [as handle_request] (C:\Users\Rob_keb\node_modules\express\lib\router\layer.js:95:5)
at C:\Users\Rob_keb\node_modules\express\lib\router\index.js:281:22
this happens only when i transfer a transcation
VERSIONS
[email protected]
bigchaindb==1.3.0
i upgraded the bigchaindb-driver it but it cant work with the server
The text was updated successfully, but these errors were encountered: