Can you try to console.table instead of console.log? Or even better, checkout the headers of the response
Hey, thanks but it's fixed, see above
fetch(`http://localhost:8080/api/v1/${zoomId}`) .then(response => { return response.json() }) .then(results => { console.log(results) }) This works
Обсуждают сегодня