Advertisement
Lissanro

yarn start-local error of the moonbase project in the browser

Apr 26th, 2024
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. Uncaught runtime errors:
  2. ×
  3. ERROR
  4. Cannot read properties of undefined (reading 'id')
  5. TypeError: Cannot read properties of undefined (reading 'id')
  6. at App (https://localhost:3001/static/js/bundle.js:501:22)
  7. at renderWithHooks (https://localhost:3001/static/js/bundle.js:31079:22)
  8. at mountIndeterminateComponent (https://localhost:3001/static/js/bundle.js:34365:17)
  9. at beginWork (https://localhost:3001/static/js/bundle.js:35661:20)
  10. at HTMLUnknownElement.callCallback (https://localhost:3001/static/js/bundle.js:20671:18)
  11. at Object.invokeGuardedCallbackDev (https://localhost:3001/static/js/bundle.js:20715:20)
  12. at invokeGuardedCallback (https://localhost:3001/static/js/bundle.js:20772:35)
  13. at beginWork$1 (https://localhost:3001/static/js/bundle.js:40646:11)
  14. at performUnitOfWork (https://localhost:3001/static/js/bundle.js:39893:16)
  15. at workLoopSync (https://localhost:3001/static/js/bundle.js:39816:9)
  16. ERROR
  17. Cannot read properties of undefined (reading 'id')
  18. TypeError: Cannot read properties of undefined (reading 'id')
  19. at App (https://localhost:3001/static/js/bundle.js:501:22)
  20. at renderWithHooks (https://localhost:3001/static/js/bundle.js:31079:22)
  21. at mountIndeterminateComponent (https://localhost:3001/static/js/bundle.js:34365:17)
  22. at beginWork (https://localhost:3001/static/js/bundle.js:35661:20)
  23. at HTMLUnknownElement.callCallback (https://localhost:3001/static/js/bundle.js:20671:18)
  24. at Object.invokeGuardedCallbackDev (https://localhost:3001/static/js/bundle.js:20715:20)
  25. at invokeGuardedCallback (https://localhost:3001/static/js/bundle.js:20772:35)
  26. at beginWork$1 (https://localhost:3001/static/js/bundle.js:40646:11)
  27. at performUnitOfWork (https://localhost:3001/static/js/bundle.js:39893:16)
  28. at workLoopSync (https://localhost:3001/static/js/bundle.js:39816:9)
  29. ERROR
  30. Cannot read properties of undefined (reading 'id')
  31. TypeError: Cannot read properties of undefined (reading 'id')
  32. at App (https://localhost:3001/static/js/bundle.js:501:22)
  33. at renderWithHooks (https://localhost:3001/static/js/bundle.js:31079:22)
  34. at mountIndeterminateComponent (https://localhost:3001/static/js/bundle.js:34365:17)
  35. at beginWork (https://localhost:3001/static/js/bundle.js:35661:20)
  36. at beginWork$1 (https://localhost:3001/static/js/bundle.js:40624:18)
  37. at performUnitOfWork (https://localhost:3001/static/js/bundle.js:39893:16)
  38. at workLoopSync (https://localhost:3001/static/js/bundle.js:39816:9)
  39. at renderRootSync (https://localhost:3001/static/js/bundle.js:39789:11)
  40. at recoverFromConcurrentError (https://localhost:3001/static/js/bundle.js:39281:24)
  41. at performConcurrentWorkOnRoot (https://localhost:3001/static/js/bundle.js:39193:26)
  42. ERROR
  43. Buffer is not defined
  44. ReferenceError: Buffer is not defined
  45. at Object.__ (https://localhost:3001/static/js/vendors-node_modules_coinbase_wallet-sdk_dist_index_js.chunk.js:712:20)
  46. at w (https://localhost:3001/static/js/vendors-node_modules_coinbase_wallet-sdk_dist_index_js.chunk.js:19494:13)
  47. at Array.forEach (<anonymous>)
  48. at b (https://localhost:3001/static/js/vendors-node_modules_coinbase_wallet-sdk_dist_index_js.chunk.js:19435:37)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement