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
docker run \
--rm --volume .:/tests \
--workdir /tests bruno-cli:latest run
Note that this request is working with Bruno Desktop App.
Screenshots/Live demo link
My service is returning a 500 because it accepted an empty contents
2024/09/10 16:37:55 Upload files has began.
2024/09/10 16:37:55 Error decoding the file contents: illegal base64 data at input byte 0
2024/09/10 16:37:55 Error: Failed to upload file: illegal base64 data at input byte 0
The text was updated successfully, but these errors were encountered:
I have checked the following:
Describe the bug
Bruno cli seems to not using the defined variable :
So when calling the variable in the request body, it will always be empty
This tag (vars:pre-request) does not exist in your documentation here : https://docs.usebruno.com/bru-lang/tag-reference
.bru file to reproduce the bug
Upload file:
Running with:
Note that this request is working with Bruno Desktop App.
Screenshots/Live demo link
My service is returning a 500 because it accepted an empty
contents
The text was updated successfully, but these errors were encountered: