Brian McCrary writes:
Is there any other place I need to add next_contacts or should just putting it in the failure route be enough?
in route block, you have to call load_contacts() followed by next_contacts(), which will load the first set of contacts. then each time you enter failure route, you need to call next_contacts() again.
-- juha