You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched existing issues and found nothing related to my issue.
Describe the bug
When attempting to execute requests that include JavaScript code leveraging the js library in Bruno, the following error is encountered:
This occurs because Bruno's Safe Mode (enabled by default) restricts JavaScript execution in a secure sandbox, preventing access to libraries and modules installed locally.
Steps to Reproduce
Install the ****** library in your project:
npm install ******
Add a Bruno script that requires the javascript library
Attempt to execute the request in Bruno with Safe Mode enabled.
Expected Behavior:
The script should execute correctly, generating the required client assertion.
I have checked the following:
Describe the bug
When attempting to execute requests that include JavaScript code leveraging the js library in Bruno, the following error is encountered:
This occurs because Bruno's Safe Mode (enabled by default) restricts JavaScript execution in a secure sandbox, preventing access to libraries and modules installed locally.
Steps to Reproduce
Install the ****** library in your project:
npm install ******
Add a Bruno script that requires the javascript library
Attempt to execute the request in Bruno with Safe Mode enabled.
Expected Behavior:
The script should execute correctly, generating the required client assertion.
Observed Behavior
The following error occurs:
Error invoking remote method 'send-http-request': Error: Cannot find module *****
Solution
Switch from Safe Mode to Developer Mode in Bruno:
Open Bruno.
.bru file to reproduce the bug
No response
Screenshots/Live demo link
The text was updated successfully, but these errors were encountered: