-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Error occurred in handler for 'renderer:browse-files': TypeError: properties is not iterable #3960
Comments
Hi @bu6n, thanks for reporting, we have a fix and have released it in our latest nightly build. Please check it out and let me know how it goes. Thanks! |
Hi @sreelakshmi-bruno. Unfortunately this is still crashing with the same error on
|
I've been able to launch the project on the Maybe the source of the bug is in the packaging and not in the code? |
Hi, this issue was fixed in 1.39 release. For building from source you can add a .env file to the bruno-app package (packages/bruno-app/.env)
We'll add a |
I confirm this issue is fixed on my side in 1.39.0. Thank you. |
I have checked the following:
Describe the bug
I'm trying to import a postman collection in an empty Bruno instance. When I click the "Postman collection" button, I get the message "Import Collection failed" before even having been able to choose a file. The logs say:
I'm using the latest nightly build for Linux ARM64 (https://github.com/usebruno/bruno-nightly-builds/releases/download/v1.39.0-2025.2.5/bruno_1.39.0-2025.2.5_aarch64_linux.rpm) on Fedora 40. Same happens with the AppImage build.
The other import buttons (Bruno collection, Insomnia Collection, OpenAPI V3 File) are opening a file picker as expected
.bru file to reproduce the bug
No response
Screenshots/Live demo link
template.mp4
The text was updated successfully, but these errors were encountered: