Better proxy support
Hi, I'm using on premise Novu on our cloud infrastructure. I had some issues with proxies over https leading to 502 error when using axios. It's a known issue with Axios.
I made a PR for fixing in send in blue to use cross fetch and proxy agent. It will work without proxy and also with standard proxy configuration like variable environment
https://github.com/novuhq/novu/pull/5065
I made a PR for fixing in send in blue to use cross fetch and proxy agent. It will work without proxy and also with standard proxy configuration like variable environment
https://github.com/novuhq/novu/pull/5065
GitHub
What change does this PR introduce?
Add better proxy for brevo mail provider as axios may leads to 502 error when having proxy over HTTPS
Why was this change needed?
Using actual provider leads to ...
Add better proxy for brevo mail provider as axios may leads to 502 error when having proxy over HTTPS
Why was this change needed?
Using actual provider leads to ...