Darren Miller
Darren Miller
Have you tried using environment variables to communicate the proxy information to axios? https://github.com/luminati-io/Axios-with-proxies?tab=readme-ov-file#setting-proxies-via-environment-variables Other than that, the proxy configuration would have to be coded into the axois call js...
Sorry for the delayed response. Our code is just using the axios library like so: ``` axios({ method: 'get', url: 'https://github.com/OfficeDev/Office-Addin-TaskPane/archive/release.zip', responseType: 'stream', }) ``` We depend on them the...
@MortenPedersenDK that command does take a little time because it depends on an external package that needs to get installed and that npm install is run behind the scenes. It...
Yeah . . . that's way too long. Do you know if 'npm install' or npx commands have issues with the proxy? The script that is running (https://github.com/OfficeDev/Office-Addin-TaskPane/blob/master/convertToSingleHost.js) is 99%...
@Rick-Kirkham Is the NAA template repo up to date and GA (currently it's marked as preview)?
There was discussion about this in triage and there was some concern about removing SSO OBO given there are still configs (like on prem?) that needs this and it should...