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

Axios post request answer not received #2966

Open ErnstPaul33 opened 2 months ago

ErnstPaul33 commented 2 months ago

I have checked the following:

Describe the bug

When performing an axios post request in the pre script, no answers are received. When doing the same call bruno (not in the pre script), an answer is received.

Also done the same call in a different environment with axios (same version) and it returned data.

.bru file to reproduce the bug

test axios.json

Screenshots/Live demo link

Screenshot 2024-08-29 at 18 41 33

roband7 commented 2 months ago

I've had similar problems, not exactly this one though, where important logging in the javascript console was hidden. I notice that in your screendump too. Change from "Default levels" to all and perhaps something important shows up. Just a longshot...