502 Bad Gateway When Calling Make Webhook - How to Retry?

I often receive 502 Bad Gateway errors while calling https://hook.us1.make.com/e3xy1upcZZZZZZZZZZ

I tried adding an error handler so that it retries the call, but I guess this didn’t work because there’s no actual error getting thrown.

Any thoughts on how to retry this call to the Make webhook if it returns a 502 error?

In the HTTP module, Check the Advanced Settings and Enable > Evaluate all states as errors (except for 2xx and 3xx ).

This will throw an error which will then trigger the break module.

1 Like

I was sure I checked the Advanced Settings to this module multiple times! It seems I needed to scroll up to find this advanced setting. I’m used to them being at the bottom. Thank you!!!

1 Like