Skip to content
New issue

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

Bruno crashes when viewing Timeline for a POST request with a multipart form #2997

Closed
2 tasks done
cb80 opened this issue Sep 2, 2024 · 2 comments · Fixed by #3008
Closed
2 tasks done

Bruno crashes when viewing Timeline for a POST request with a multipart form #2997

cb80 opened this issue Sep 2, 2024 · 2 comments · Fixed by #3008
Labels
bug Something isn't working

Comments

@cb80
Copy link

cb80 commented Sep 2, 2024

I have checked the following:

  • I use the newest version of bruno.
  • I've searched existing issues and found nothing related to my issue.

Describe the bug

Bruno crashes when viewing the Timeline for a POST request with a multipart form.

Steps to reproduce:

  • create a request based on the given .bru file
  • run the request
  • click the Timeline button

Bruno crashes with the Oops! Something went wrong message.

The issue does not occur if the body is e.g. json. So, it seems to be related to multipart-form.

.bru file to reproduce the bug

meta {
  name: test
  type: http
  seq: 2
}

post {
  url: https://echo.zuplo.io
  body: multipartForm
  auth: none
}

body:multipart-form {
  foo: bar
}

Screenshots/Live demo link

image
@cb80 cb80 added the bug Something isn't working label Sep 2, 2024
@helloanoop
Copy link
Contributor

Thanks @cb80 for bringing this to our notice. We were able to reproduce this issue on our end.
We have a release outgoing tomorrow and will have a fix for this issue included in tomorrow's release.

@helloanoop
Copy link
Contributor

Just merged the PR by @lohxt1 !
This will be available in the upcoming v1.28.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants