usebruno / bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
https://www.usebruno.com/
MIT License
27.62k stars 1.28k forks source link

Bruno crash when i try to put an auth bearer token in my collection #3409

Closed jmischler72 closed 2 weeks ago

jmischler72 commented 3 weeks ago

I have checked the following:

Describe the bug

When i try to select Bearer token in my collection, bruno crashes I'm using bruno 1.34.1 on Mac

Let me know if you need any other informations

.bru file to reproduce the bug

No response

Screenshots/Live demo link

image image
gzurowski commented 3 weeks ago

I am having the same issue on MacOS when trying to add any type of authentication on collection level. It works for individual requests.

samislam commented 2 weeks ago

This happens on Linux Mint 21

confuzeus commented 2 weeks ago

I am having the same issue on MacOS when trying to add any type of authentication on collection level. It works for individual requests.

+1 on Windows

The console output when adding authentication for a collection:

TypeError: Cannot read properties of undefined (reading 'res')
    at lB (index.js:47:44)
    at ak (react-dom.production.min.js:167:135)
    at up (react-dom.production.min.js:197:256)
    at i (react-dom.production.min.js:292:18)
    at oD (react-dom.production.min.js:280:383)
    at react-dom.production.min.js:280:319
    at oO (react-dom.production.min.js:280:319)
    at oE (react-dom.production.min.js:271:86)
    at oP (react-dom.production.min.js:273:286)
    at r8 (react-dom.production.min.js:127:100)
anusreesubash commented 2 weeks ago

Thank you for reporting this issue. We're actively working on it and will roll out a fix as a hot release soon.

sreelakshmi-bruno commented 2 weeks ago

Hi @jmischler72, this issue has been resolved in out latest release. Please check it out!

gzurowski commented 2 weeks ago

Hi @jmischler72, this issue has been resolved in out latest release. Please check it out!

Thanks, I can confirm it's working on MacOS now.

jmischler72 commented 2 weeks ago

Thank you, it is fixed !