usebruno / bruno

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

Error message when using OAuth 2.0 Authentication since 1.29 #3124

Closed utrotzek closed 1 week ago

utrotzek commented 1 week ago

I have checked the following:

Describe the bug

Since version 1.29 I'm getting the error message

Error invoking remote method 'send-http-request': TypeError: Cannot read properties of undefined (reading 'formSerializer')

when trying to authenticate using the OAuth 2.0 with Grant Type Authorization Code.

The exact same requests was working fine with an older version. I'm sorry, that I have no further infos.

e.g. I'm also not able to downgrade bruno

I'm using this debian repo http://debian.usebruno.com/

Command to reproduce: apt update && apt-cache madison bruno

.bru file to reproduce the bug

No response

Screenshots/Live demo link

bruno_error

helloanoop commented 1 week ago

Just merged the fix for this issue. We will release a patch version in the next couple of hours.