Hi guys,
I am trying to get a Break error handler module to retry an HTTP request, but it does not trigger no matter what.
If I get the following response from the server:
Whatever filters I try to put between the Break and the HTTP request, it never triggers.
It doesn’t work even if I leave the filters empty.
Here are the filters for the other route
Initially, I even had to come up with a way to do my own “break” mechanism where I make a router with two routes and one of them retries again and it has a delay
However, I don’t want to make 5 different routes just for retries. How can I force the HTTP request to be retried again? I am sure it has to be with the Break module, but I cannot get it to work.
The other Break topics were very confusing to me, so I am not sure if there is a simple answer to this question