Hey everyone, I'm running into a tricky debugging situation with async/await in my Node.js application. I have a function that's supposed to fetch data from an API, but it's returning a Promise instead of the resolved data. I've double-checked my syntax, and I'm using 'await' correctly. Has anyone else experienced similar issues? What are some common pitfalls or debugging strategies you'd recommend?