Debug an API response before retrying
Separate transport failures, HTTP errors and decoding errors, then choose a safe recovery path.
Start with the problem and check the assumptions before applying a fix.
Separate transport failures, HTTP errors and decoding errors, then choose a safe recovery path.
Find which response fails, grant only trusted origins and distinguish CORS from cookie or transport failures.
Identify range, peer, lockfile and runtime mismatches before making a reviewed dependency change.