Open echosonusharma opened 2 weeks ago
I couldn't find specific error messages or logs related to JSON.parse
failures in the Node.js sandbox within the Dify platform. However, there are known limitations and constraints that might affect its operation:
JSON.parse
if they depend on external data.Seccomp
to restrict system calls, which could potentially interfere with certain operations [1][2].For similar issues, you might want to check the following discussions and issues:
If the issue persists, reviewing the environment variables and ensuring they are correctly set might help, as they play a crucial role in the sandbox's operation [3].
To continue talking to Dosu, mention @dosu.
Self Checks
Dify version
0.10.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Using the javascript sandbox for any given code just fails some times. Sandbox just gives this error.
✔️ Expected Behavior
JS Sandbox should work without failing.
❌ Actual Behavior
JS Sandbox fails sometimes.