Hello everyone,
I am using flow hooks to implement a certain business use case. As such everything works as expected. Even though any of my flow hooks fail (except post proxy flow hook ) it still goes into the error flow and the corresponding error is logged. But when the post proxy flow hook fails, i don't see this happening. The post proxy flow hook is executed after the error flows and before the response is sent to the client.
My concern is if my post proxy flow hook fails , i am unable to handle the error response.
Are there any work arounds for this?
Any pointers are highly appreciated. Thanks