296
My fetch returns a Promise instead of the data even with async await Debug Help
I have inside an async function and logging gives me a Promise object instead of the user. Inside I do and I am fairly sure the endpoint works because the network tab shows a 200 with JSON. Where is the extra promise…