bruno icon indicating copy to clipboard operation
bruno copied to clipboard

[Bug] Postman collection fails to import

Open kaankeskin opened this issue 11 months ago • 12 comments

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: image

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

kaankeskin avatar Mar 19 '24 13:03 kaankeskin

Moved back to 1.11.0 and import works now

JSSAggie avatar Mar 20 '24 22:03 JSSAggie

I upgraded to v1.12.2 and still does not work

kaankeskin avatar Mar 21 '24 07:03 kaankeskin

Same issue on latest. But v1.11.0 works.

chw-webops avatar Mar 21 '24 15:03 chw-webops

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.

danutzcodrescu avatar Mar 22 '24 12:03 danutzcodrescu

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.

philcruz avatar Mar 22 '24 20:03 philcruz

+1 on Apple Silicon, worked on reverting to 1.11.0.

jpblair avatar Mar 22 '24 21:03 jpblair

I see the fix is part of the release 1.12.2, but why it is not working 🤔 ?

amalrajvinoth avatar Mar 24 '24 10:03 amalrajvinoth

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.

uranderu avatar Mar 24 '24 15:03 uranderu

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.

Its-treason avatar Mar 24 '24 15:03 Its-treason

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

bpoulaindev avatar Mar 25 '24 09:03 bpoulaindev

+1 and as people have said Installing v1.11.0 on Apple Silicon resolve the issue

josejames avatar Mar 25 '24 17:03 josejames

Just released v1.12.3 with fixes by @bpoulaindev

helloanoop avatar Mar 25 '24 23:03 helloanoop

@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!

cjchand avatar Mar 28 '24 18:03 cjchand

Thank you @cjchand

Closing this issue.

helloanoop avatar Mar 28 '24 22:03 helloanoop