andrea-merli

Results 8 comments of andrea-merli

I would have liked to try vue storefront for my project, but its maximum node version is not supported, and that is not acceptable for my company.

Anyone knows if this promising PR as been reopened as a new one?

I've made a similar test but mayme i'm doing something wrong using req.setHeader("Authorization",`Bearer ${bru.getEnvVar("token")}`); in prerequest script works, but setting {{token}} as bearer auth tab leads to this strange call...

Sorry i'd just installed from brew and it was still 1.2.0. Now the situation has changed but still doesn't work {{token}} as an env variable doesn't get replaced the value...

I've made another test, always 1.3.0 on mac os x 13.5.1 (22G90) SetVar works SetEnvVar doesn't work I make e getToken request, and try to use the resulting token in...

tried this let token = bru.getEnvVar("token"); console.log(token); it works I just cannot access it from the auth panel with interpolation -> {{token}}

I managed to access {{token}} in auth panel as an env variable by unsetting the collection token variable via pre request js `delete bru.collectionVariables.token; ` but is't tricky and undocumented....

@cyrilgeorge153 Thank you for your input! I've conducted some tests, and I appreciate your clarification. I did find it a bit confusing when switching from saving the variable in the...