bruno
bruno copied to clipboard
[Bug] Postman collection fails to import
Steps to reproduce
- Import a postman collection
- Importing fails without showing an error to the user
Expected result
- Import should be successfull
Bruno version: 1.12.1 electron: 21.1.1 chrome: 106.0.5249.103 node: 16.16.0 v8: 10.6.194.17-electron.0
I also got this in the console in developer tools:
I suspect it is because of a typo in: https://github.com/usebruno/bruno/blob/2b0ad29b9377ea3c2b9d7ecca190fe3ca137b7da/packages/bruno-app/src/components/Welcome/index.js#L32
Moved back to 1.11.0 and import works now
I upgraded to v1.12.2 and still does not work
Same issue on latest. But v1.11.0 works.
Same issue for me. On 1.12.2 I cannot import from insomnia because of this error. I had to open the DevTools to figure out what it is going as there was no notification or error in the UI to explain what was going wrong.
Same for me on v1.12.2 when I try to import a Postman collection. I see the same "enableTranslation is not defined" error in the devTools console.
+1 on Apple Silicon, worked on reverting to 1.11.0.
I see the fix is part of the release 1.12.2, but why it is not working 🤔 ?
Yeah I'm having the same issues, I've left a comment on the PR.
I see the fix is part of the release 1.12.2, but why it is not working 🤔 ?
Yeah I'm having the same issues, I've left a comment on the PR.
I think it's a problem with the 1.12.2 build Anoop released, might be caused by the merge with golden Edition, because it works when starting Bruno locally. But not sure, it's hard to debug without sourcemaps.
I see the fix is part of the release 1.12.2, but why it is not working 🤔 ?
Yeah I'm having the same issues, I've left a comment on the PR.
I think it's a problem with the 1.12.2 build Anoop released, might be caused by the merge with golden Edition, because it works when starting Bruno locally. But not sure, it's hard to debug without sourcemaps.
As @its-treason said, can't reproduce it locally, can't find "enableTranslation" within my file, this must be a cache issue with the build
+1 and as people have said Installing v1.11.0 on Apple Silicon resolve the issue
Just released v1.12.3 with fixes by @bpoulaindev
@helloanoop, just an FYI that #1855 isn't in the release notes for 1.12.3, but I was able to confirm that 1.12.3 fixes this issue. Thanks!
Thank you @cjchand
Closing this issue.