diff --git a/packages/bruno-electron/src/ipc/network/index.js b/packages/bruno-electron/src/ipc/network/index.js index 7c37256e..dfb94f3f 100644 --- a/packages/bruno-electron/src/ipc/network/index.js +++ b/packages/bruno-electron/src/ipc/network/index.js @@ -582,6 +582,7 @@ const registerNetworkIpc = (mainWindow) => { scriptingConfig ); + interpolateVars(preparedRequest, envVars, collection.collectionVariables, processEnvVars); const axiosInstance = await configureRequest( collection.uid, preparedRequest,