Brice and I had some trouble debugging a version mismatch between the node and the signer due to a silent failure to parse the result of a v2/stacker_set call that should have been made to v3/stacker_set. technically trying to access this endppint does not return a 404, rather it returns a text "No such file or directory" which fails at the deserialization step silently. Do not let it silently fail by logging in this case.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Brice and I had some trouble debugging a version mismatch between the node and the signer due to a silent failure to parse the result of a v2/stacker_set call that should have been made to v3/stacker_set. technically trying to access this endppint does not return a 404, rather it returns a text "No such file or directory" which fails at the deserialization step silently. Do not let it silently fail by logging in this case.