Hey! 424 is all about dependencies failing. Like, if Request A fails, Request B (which needs A) throws a 424.
Try logging every step in your chain to see where it breaks.
If you’re on Node, the ‘axios’ library has good error handling for this.
Try logging every step in your chain to see where it breaks.
If you’re on Node, the ‘axios’ library has good error handling for this.
