How to debug DataCloneError
problem?
#13065
alexgorbatchev
started this conversation in
General
Replies: 1 comment
-
Figured it out strace -e trace=openat -f bun ./index.js |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have bundled my app with bun, however when I try to run it i get
DataCloneError: The object can not be cloned.
The error goes away if i copy overnode_modules
. There's no stack trace or anything else. I've searched the docs and all flags, can't find anything that could help me debug this issue. Is there a flag or env variable I can set for more verbose output?Beta Was this translation helpful? Give feedback.
All reactions