We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
res.setBody() doesnt work when changing to Developer Mode.
getting the following error message: Error invoking remote method 'send-http-request': Error: An object could not be cloned.
Error invoking remote method 'send-http-request': Error: An object could not be cloned.
No response
none
The text was updated successfully, but these errors were encountered:
small correction, res.setBody("test") works, but res.setBody({"test":"test"}) does not
res.setBody("test")
res.setBody({"test":"test"})
Sorry, something went wrong.
Hi @shakzz31,
Thank you for reporting this. I was able to replicate the issue on my end, and we will work on fixing it.
anusree-bruno
No branches or pull requests
I have checked the following:
Describe the bug
res.setBody() doesnt work when changing to Developer Mode.
getting the following error message:
Error invoking remote method 'send-http-request': Error: An object could not be cloned.
.bru file to reproduce the bug
No response
Screenshots/Live demo link
none
The text was updated successfully, but these errors were encountered: