Closed piraz closed 3 years ago
Both get_error_handler on component and component handler have a pass instead of returning None, that will make the write error method enter in an infinite loop.
Solution here is return None on get_error_handler from component and component handler.
Problem persists when a method is not allowed (i.e. trying to access a post method via get).
Both get_error_handler on component and component handler have a pass instead of returning None, that will make the write error method enter in an infinite loop.
Solution here is return None on get_error_handler from component and component handler.