await fetch() isn't waiting for what you think it is.
One of the most common misunderstandings about the Fetch API — fetch() doesn't return the response body directly. Learn what actually happens when you call fetch() and why you need two .then() calls.
August 9, 2025
Read more