mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
🐛 Fix Ignore Response Code issue
This commit is contained in:
@@ -444,6 +444,10 @@ async function proxyRequestToAxios(
|
|||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (configObject.simple === false && error.response) {
|
||||||
|
resolve(error.response.data);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
Logger.debug('Request proxied to Axios failed', { error });
|
Logger.debug('Request proxied to Axios failed', { error });
|
||||||
// Axios hydrates the original error with more data. We extract them.
|
// Axios hydrates the original error with more data. We extract them.
|
||||||
|
|||||||
Reference in New Issue
Block a user