When using fetch:
fetch(REQUEST_URL, { method: \'get\', dataType: \'json\', headers: { \'Accept\': \'application/json\',
because you didn't return response.json() in the first then.