A console log broke my app
Response body can only be read once
I had a silly situation at work where I was trying to see what's in the response of a request.
I placed console.log(await response.json()) before calling response.json() where I'm returning it.
This gave me an erro...
tigerabrodi.blog2 min read