How to find buggy code using git bisect
An introduction to a powerful tool you already own
Dec 1, 20225 min read35

Search for a command to run...
Articles tagged with #debugging
An introduction to a powerful tool you already own

The error I noticed that all my API requests started failing at some point. They all gave the same error in chrome: GET {localhost url} 431 (Request Header Fields Too Large) Finding the bug I had a strong suspicion that this meant the bearer token ...
