Merged
S
Change Breakdown
Bug Fix80%
Maintenance20%
Axios request interceptor restored in core module
Version 1.123.29 patches a missing axios request interceptor in n8n's core that was accidentally dropped during the 1.x backport, restoring proper HTTP request handling.
During the 1.x backport process, an axios request interceptor was accidentally dropped from n8n's core module. This interceptor is critical for proper HTTP request handling throughout the application. Version 1.123.29 restores this missing piece, ensuring that outbound HTTP requests from the core module function as designed.
The fix applies to the core package and affects all functionality that relies on axios for HTTP communication.