How to debug DataCloneError
problem?
#13065
alexgorbatchev
started this conversation in
General
Replies: 3 comments
-
Figured it out strace -e trace=openat -f bun ./index.js |
Beta Was this translation helpful? Give feedback.
0 replies
-
@alexgorbatchev what was the cause of your issue ? i am having the same. but it doesn't occur all the time |
Beta Was this translation helpful? Give feedback.
0 replies
-
To be honest, I don't remember now, but it was pretty obvious from strace. |
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