usebruno / bruno

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

REGRESSION: static/diff2html.min.css:1 Failed to load resource: net::ERR_FILE_NOT_FOUND & Error invoking remote method 'send-http-request': TypeError: Cannot read properties of undefined (reading 'get') #2391

Open lanes100 opened 3 months ago

lanes100 commented 3 months ago

I have checked the following:

Describe the bug

Bruno v1.18.0 running on Windows

When attempting to send any request to an address with an invalid certificate, even with SSL/TLS Certificate Verification unchecked I am seeing this issue. Where there is a valid certificate I am not seeing this issue, but fixing the certificate is not an option in my case, so this is a problem. It appears that there is still some verification happening even though that is unchecked. I am able to hit the same endpoints in Postman with no issue.

Things I have checked so far: SSL/TLS Certificate Verification is unchecked (off) Exception created in Firewall Variables are all working

UPDATE: it seems like static/diff2html.min.css is missing and is being returned as file not found upon investigation in the console. I think this may be the root cause of the problem, but cannot confirm.

.bru file to reproduce the bug

No response

Screenshots/Live demo link

image image

lanes100 commented 3 months ago

As per the linked issue this is a regression from a fix that went in on 1.14.0.